Assorted utilities
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 2d5343681a strings: WIP CappedString::push_str and friends
This patch implements `CappedString::push_str` and its truncating
counterpart, `CappedString::push_str_truncating`. These methods provide
a safe API to append additional string data to the end of a
`CappedString`.

This is a work-in-progress and, like the rest of `CappedString`,
requires unit testing.
3 years ago
src strings: WIP CappedString::push_str and friends 3 years ago
.gitignore Initial commit 4 years ago
Cargo.toml RFC 3986 percent encoding, std feature now depends on alloc feature 3 years ago
README.md Create README.md 4 years ago
test.sh test: improve test script to allow easily adding new runs 3 years ago

README.md

libshire

A collection of assorted Rust utilities for reuse between various projects 🦀