cuprate/net/fixed-bytes
hinto-janai 824651c8cf
Some checks are pending
Audit / audit (push) Waiting to run
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Deny / audit (push) Waiting to run
Doc / build (push) Waiting to run
Doc / deploy (push) Blocked by required conditions
fixed-bytes: add serde, document feature flags (#226)
* fixed-bytes: add `serde`, document feature flags

* manual impl `serde::Deserialize`

* add serde tests
2024-07-11 02:00:47 +01:00
..
src fixed-bytes: add serde, document feature flags (#226) 2024-07-11 02:00:47 +01:00
Cargo.toml fixed-bytes: add serde, document feature flags (#226) 2024-07-11 02:00:47 +01:00
README.md fixed-bytes: add serde, document feature flags (#226) 2024-07-11 02:00:47 +01:00

cuprate-fixed-bytes

TODO

Feature flags

Feature flag Does what
std TODO
serde Enables serde on applicable types

serde is enabled by default.