#byte-buffer #serialization #webrender #data #deserialize #web #zng

zng-peek-poke

A mechanism for serializing and deserializing data into/from byte buffers, for use in WebRender

3 releases

0.3.2 Jun 9, 2024
0.3.1 Apr 10, 2024
0.3.0 Apr 7, 2024

#1372 in Parser implementations

Download history 314/week @ 2024-07-04 228/week @ 2024-07-11 153/week @ 2024-07-18 185/week @ 2024-07-25 104/week @ 2024-08-01 172/week @ 2024-08-08 277/week @ 2024-08-15 167/week @ 2024-08-22 254/week @ 2024-08-29 259/week @ 2024-09-05 253/week @ 2024-09-12 204/week @ 2024-09-19 330/week @ 2024-09-26 233/week @ 2024-10-03 278/week @ 2024-10-10 271/week @ 2024-10-17

1,153 downloads per month
Used in 6 crates (2 directly)

MIT/Apache

24KB
464 lines

This crate is a fork of servo/webrender published for use in zng-ui/zng.

Feel free to use it in your own project, the code is the same, the crate is just renamed with "zng-" prefix.


lib.rs:

Fast binary serialization and deserialization for types with a known maximum size.

Binary Encoding Scheme

Usage

Comparison to bincode

Dependencies

~0–265KB