Skip to content

A utility provides a cheaply cloneable and sliceable immutable string.

License

Notifications You must be signed in to change notification settings

lexoooooo/bytestr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytestr

crates.io doc.rs

A utility benefits zero-copy network programming,providing a cheaply cloneable and sliceable immutable UTF-8 encoded string.

Serde support

Serde support is optional, and it is disabled by default.Enable serde feature to use this function:

[dependencies]
bytes = { version = "0.1.0", features = ["serde"] }

Licnese

This project is licensed under MIT license

About

A utility provides a cheaply cloneable and sliceable immutable string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages