| Crates.io | cheetah-string |
| lib.rs | cheetah-string |
| version | 0.1.6 |
| created_at | 2024-11-08 13:45:47.118223+00 |
| updated_at | 2024-11-25 01:56:34.071625+00 |
| description | A lightweight, high-performance string manipulation library optimized for speed-sensitive applications |
| homepage | https://github.com/mxsm/cheetah-string |
| repository | https://github.com/mxsm/cheetah-string |
| max_upload_size | |
| id | 1441224 |
| size | 34,302 |
A lightweight, high-performance string manipulation library optimized for speed-sensitive applications.
Cheetah String is designed to provide fast and efficient string operations with minimal resource usage, ideal for performance-critical and memory-constrained environments. It offers a range of easy-to-use, high-speed string handling functions.
To use Cheetah-String, first add this to your Cargo.toml:
[dependencies]
cheetah-string = "0.1.0"
Bytes support is optional and disabled by default. To enable use the feature bytes.
[dependencies]
cheetah-string = { version = "1", features = ["bytes"] }
serde support is optional and disabled by default. To enable use the feature serde.
[dependencies]
cheetah-string = { version = "1", features = ["serde"] }
We welcome issues and pull requests to help build a more efficient string manipulation library together!
cheetah-string is licensed under the Apache License 2.0 and MIT license