7 releases (2 stable)

1.2.0 Aug 20, 2024
1.0.0 Mar 21, 2024
0.1.5 Feb 15, 2024
0.1.3 Mar 1, 2023
0.1.0 Jun 14, 2021

#12 in #sv2

Download history 108/week @ 2024-07-22 97/week @ 2024-07-29 102/week @ 2024-08-05 119/week @ 2024-08-12 354/week @ 2024-08-19 244/week @ 2024-08-26 105/week @ 2024-09-02 84/week @ 2024-09-09 185/week @ 2024-09-16 284/week @ 2024-09-23 287/week @ 2024-09-30 93/week @ 2024-10-07 218/week @ 2024-10-14 115/week @ 2024-10-21 77/week @ 2024-10-28 105/week @ 2024-11-04

521 downloads per month
Used in 13 crates (2 directly)

MIT license

115KB
3K SLoC

SERDE    <-> Sv2
bool     <-> BOOL
u8       <-> U8
u16      <-> U16
U24      <-> U24
u32      <-> u32
f32      <-> f32 // not in the spec but used
u64      <-> u64 // not in the spec but used
U256     <-> U256
Str0255  <-> STRO_255
Signature<-> SIGNATURE
B032     <-> B0_32 // not in the spec but used
B0255    <-> B0_255
B064K    <-> B0_64K
B016M    <-> B0_16M
[u8]     <-> BYTES
Pubkey   <-> PUBKEY
Seq0255  <-> SEQ0_255[T]
Seq064K  <-> SEQ0_64K[T]

Dependencies

~0–325KB