You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pantonshire 0d88775366 strings: implement push and push_truncating for CappedString
This patch implements the `CappedString::push` and
`CappedString::push_truncating` methods, which are like
`CappedString::push_str` and friends but take a single character rather
than a string slice.
3 years ago
..
encoding Documentation 3 years ago
strings strings: implement push and push_truncating for CappedString 3 years ago
convert.rs Percent decoding compliant with URL standard, export percent encoder and decoder types 3 years ago
either.rs Deny unsafe_op_in_unsafe_fn 3 years ago
lib.rs Deny unsafe_op_in_unsafe_fn 3 years ago
sink.rs Percent decoding compliant with URL standard, export percent encoder and decoder types 3 years ago
uuid.rs RFC 3986 percent encoding, std feature now depends on alloc feature 3 years ago