A teeny way to store and get data easily.
This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-03-31 17:18:16 +01:00
src strings bro 2022-03-31 17:18:16 +01:00
.gitignore add all the stuff 2022-03-13 15:27:32 +00:00
Cargo.toml strings bro 2022-03-31 17:18:16 +01:00
LICENSE update to MPL 2022-03-20 10:13:02 +00:00
README update to MPL 2022-03-20 10:13:02 +00:00
README.html update to MPL 2022-03-20 10:13:02 +00:00
README.md update to MPL 2022-03-20 10:13:02 +00:00

Provides a teeny way to have some nice byte structures that's easy to use. It's all provided in one structure and many function implementation.

A note on licensing

This library changed from the LGPLv3 to MPLv2 as a result of LGPL's requirements for freedom of source on static linking which rustc does.

I've chosen to use the MPL as it is a weaker but still copyleft license that allows you to statically link.

The MPL applies retroactively to all previous versions of this library and will be used for all future versions.