Skip to content

Commit 95587ed

Browse files
authored
Update README.md
1 parent bdc3db2 commit 95587ed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# string_more
22

3+
[![Crates.io](https://img.shields.io/crates/v/string_more.svg)](https://crates.io/crates/string_more)
4+
[![Docs.rs](https://img.shields.io/docsrs/string_more)](https://docs.rs/string_more)
5+
[![License](https://img.shields.io/crates/l/string_more.svg)](https://github.com/daddinuz/string_more/blob/main/LICENSE)
6+
37
`string_more` is a Rust crate that enhances the `String` and `&str` types from the standard library with powerful extension traits: `StringExt` and `StrExt`.
48
These traits introduce additional methods to efficiently manipulate strings, focusing on minimizing allocations by allowing in-place modifications for `String` and allocating when necessary for `&str`.
59

0 commit comments

Comments
 (0)