#rocketmq-rust #fast #byte #fast-string #rust

no-std cheetah-string

A lightweight, high-performance string manipulation library optimized for speed-sensitive applications

7 releases

0.1.6 Nov 25, 2024
0.1.5 Nov 16, 2024

#471 in Network programming

Download history 389/week @ 2024-12-25 1687/week @ 2025-01-01 770/week @ 2025-01-08 1105/week @ 2025-01-15 695/week @ 2025-01-22 860/week @ 2025-01-29 248/week @ 2025-02-05 414/week @ 2025-02-12 304/week @ 2025-02-19 362/week @ 2025-02-26 594/week @ 2025-03-05 538/week @ 2025-03-12 866/week @ 2025-03-19 813/week @ 2025-03-26 857/week @ 2025-04-02 749/week @ 2025-04-09

3,486 downloads per month
Used in 10 crates

MIT/Apache

19KB
459 lines

🐆 Cheetah String

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.

Features

  • Highly optimized: Performance-tuned across platforms to support low-latency needs.
  • Comprehensive API: Includes common string operations (e.g., split, concatenate, transform, format, etc.).
  • Easy to integrate: Simple, intuitive design to minimize the learning curve.
  • Cross-platform: Compatible with major operating systems and development environments.

How to use

To use Cheetah-String, first add this to your Cargo.toml:

[dependencies]
cheetah-string = "0.1.0"

Bytes support

Bytes support is optional and disabled by default. To enable use the feature bytes.

[dependencies]
cheetah-string = { version = "1", features = ["bytes"] }

Serde support

serde support is optional and disabled by default. To enable use the feature serde.

[dependencies]
cheetah-string = { version = "1", features = ["serde"] }

Projects used

Contributing

We welcome issues and pull requests to help build a more efficient string manipulation library together!

License

cheetah-string is licensed under the Apache License 2.0 and MIT license

Dependencies

~160–365KB