#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

#1445 in Parser implementations

Download history 272/week @ 2024-09-13 277/week @ 2024-09-20 244/week @ 2024-09-27 229/week @ 2024-10-04 381/week @ 2024-10-11 181/week @ 2024-10-18 165/week @ 2024-10-25 271/week @ 2024-11-01 200/week @ 2024-11-08 152/week @ 2024-11-15 241/week @ 2024-11-22 149/week @ 2024-11-29 181/week @ 2024-12-06 104/week @ 2024-12-13 261/week @ 2024-12-20 87/week @ 2024-12-27

664 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