2023-10-07 12:27:16 +03:00
|
|
|
# bipack_ru
|
|
|
|
|
2023-10-12 00:18:46 +03:00
|
|
|
> This is yet an alpha. We are still experimenting with the interface. 0.1.* could
|
|
|
|
> be backward incompatible!
|
|
|
|
|
2023-10-10 09:02:36 +03:00
|
|
|
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
|
|
|
|
|
2023-10-12 00:18:46 +03:00
|
|
|
For compliance with other modules this work is provided under APACHE 2.0 license a copy of which is included in the file `LICENSE`.
|