Bipack format implementation, minimalistic by purpose.
Go to file
2023-10-10 12:59:50 +01:00
src refinements for publication 2023-10-10 12:59:50 +01:00
.gitignore added ignore 2023-10-10 06:50:37 +01:00
Cargo.toml refinements for publication 2023-10-10 12:59:50 +01:00
LICENSE getting ready for publication: license, removind debug cideF 2023-10-10 07:02:36 +01:00
README.md getting ready for publication: license, removind debug cideF 2023-10-10 07:02:36 +01:00

bipack_ru

Bipack format implementation, minimalistic by purpose.

At the moment it does not include serde module as it is yet unclear how much it will increase .wasm size. Could be added later.

The autodoc documentation is good enough already, so we do not repeat it here now.

License

For compyance with other modules this work is provided under APACHE 2.0 license a copy of which is included in the file LICENSE.