Skip to content

DraftedDev/bytebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteBox 📦

ByteBox is an easy and performant data storage solution. It provides a way to read and write data, optionally in a secure format.

Features ✨

  • Fast - Serialization uses bitcode for maximum decoding and encoding performance.
  • Ease-of-use - Use serde and a super-easy API to store and retrieve your data.
  • Secure - Secure your data using the XChaCha20Poly1305 algorithm without the hassle of storing and retrieving encryption keys manually.

Supported Platforms

  • Desktop: Windows, MacOS, Linux, FreeBSD, OpenBSD.
  • Mobile: iOS (Android work-in-progress).
  • Web

Getting Started 🚀

To use ByteBox in your Rust project, run: cargo add bytebox or just add the latest version to your Cargo.toml.

Examples 📝

About

Easy and performant data storage.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages