Bipack format implementation, minimalistic by purpose.
Go to file
2023-10-12 00:15:33 +01:00
src +fixed signed packs 2023-10-12 00:15:33 +01:00
.gitignore added ignore 2023-10-10 06:50:37 +01:00
Cargo.toml 0.2.0: improving nameing, started serialization support and convenience macros. 2023-10-11 22:18:46 +01:00
LICENSE getting ready for publication: license, removind debug cideF 2023-10-10 07:02:36 +01:00
README.md 0.2.0: improving nameing, started serialization support and convenience macros. 2023-10-11 22:18:46 +01:00

bipack_ru

This is yet an alpha. We are still experimenting with the interface. 0.1.* could be backward incompatible!

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 compliance with other modules this work is provided under APACHE 2.0 license a copy of which is included in the file LICENSE.