#marshal #read #decode

micromarshal

(De)Serialisation between Rust values and binary byte objects

6 releases (3 breaking)

0.4.1 Sep 9, 2023
0.4.0 Apr 11, 2023
0.3.0 Nov 26, 2022
0.2.1 Nov 17, 2022
0.1.0 Jun 14, 2022

#192 in Emulators

Download history 471/week @ 2023-06-06 636/week @ 2023-06-13 473/week @ 2023-06-20 2461/week @ 2023-06-27 4457/week @ 2023-07-04 2849/week @ 2023-07-11 2447/week @ 2023-07-18 3737/week @ 2023-07-25 3500/week @ 2023-08-01 2696/week @ 2023-08-08 2553/week @ 2023-08-15 3033/week @ 2023-08-22 2422/week @ 2023-08-29 3190/week @ 2023-09-05 3497/week @ 2023-09-12 2755/week @ 2023-09-19

12,352 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

~535KB
~10K SLoC