Skip to content

jnbooth/bytetable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bytetable

High-performance data structures indexed by u8. Uses #![no_std].

crates.io Documentation MIT licensed
Dependency Status Downloads

Usage

To use bytetable, first add this to your Cargo.toml:

[dependencies]
bytetable = "1"

Next, add this to your crate:

use bytetable::ByteTable;

no_std support

bytetable is completely implemented in the no_std environment. The alloc feature (enabled by default) adds support for creating data structures on the heap with Box. Passing default-features = false disables the alloc feature, removing its dependency on extern crate alloc.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in bytetable by you, shall be licensed as MIT, without any additional terms or conditions.

About

High-performance 256-length array indexed by u8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages