cuprate-hinto-janai/net/fixed-bytes
hinto-janai 0910c0a231
rpc: use ByteArrayVec and ContainerAsBlob ()
* fixed-bytes: add `serde`, document feature flags

* fixed-bytes: add derives

* rpc: add `as _` syntax to macro

* rpc: use `ByteArrayVec` and `ContainerAsBlob` for binary types

* fixed-bytes: re-add derives

* rpc-types: dedup default value within macro

* readme: fixed bytes section
2024-07-13 01:26:11 +01:00
..
src rpc: use ByteArrayVec and ContainerAsBlob () 2024-07-13 01:26:11 +01:00
Cargo.toml rpc: use ByteArrayVec and ContainerAsBlob () 2024-07-13 01:26:11 +01:00
README.md fixed-bytes: add serde, document feature flags () 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.