#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

#1369 in Parser implementations

Download history 127/week @ 2024-07-29 104/week @ 2024-08-05 317/week @ 2024-08-12 155/week @ 2024-08-19 194/week @ 2024-08-26 351/week @ 2024-09-02 175/week @ 2024-09-09 250/week @ 2024-09-16 329/week @ 2024-09-23 215/week @ 2024-09-30 223/week @ 2024-10-07 363/week @ 2024-10-14 185/week @ 2024-10-21 199/week @ 2024-10-28 269/week @ 2024-11-04 145/week @ 2024-11-11

812 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–270KB