kvs 0.0.2

Embedded Key-Value Store
Documentation
# kvs

🚧 Work in progress.

`[no_std]` Key-Value Store backed by RAM/SRAM/FRAM/MRAM/EEPROM, intended to use in resource-constrained environments.

## Features/Limitations

* Maximum capacity: 65400 records
* RAM overhead: 16 bytes per allocation slot
* Storage overhead: 8 bytes per bucket
* Max key size: 128 bytes
* Max value size: 32 kilobytes
* Max store size: 16 megabytes

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or
  http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.s