#binary-encoding #marshal #read #decode #deserialize #object

micromarshal

(De)Serialisation between Rust values and binary byte objects

9 releases (breaking)

0.7.0 Feb 21, 2024
0.6.0 Dec 12, 2023
0.5.0 Nov 15, 2023
0.4.0 Apr 11, 2023
0.1.0 Jun 14, 2022

#276 in Emulators

Download history 2226/week @ 2023-12-18 1641/week @ 2023-12-25 1695/week @ 2024-01-01 1901/week @ 2024-01-08 2641/week @ 2024-01-15 2786/week @ 2024-01-22 2382/week @ 2024-01-29 1188/week @ 2024-02-05 211/week @ 2024-02-12 1740/week @ 2024-02-19 2689/week @ 2024-02-26 2221/week @ 2024-03-04 2002/week @ 2024-03-11 2806/week @ 2024-03-18 2340/week @ 2024-03-25 1734/week @ 2024-04-01

8,926 downloads per month
Used in opensrv-clickhouse

Apache-2.0

11KB
235 lines

Micro Marshal

(De)serialisation between Rust values and binary byte objects.

Getting help

Submit issues for bug report or asking questions in discussion.

Tips

As the functionality of this crate is largely stable, its version will mostly just change as other crates change.

Credits

This project is extracted from the Databend's common-io module. Now released as a separate crate.

License

Licensed under Apache License, Version 2.0.

Dependencies

~560KB
~11K SLoC