#byte-buffer #webrender #serialization #zng #mechanism #web #deserializing

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

#1628 in Encoding

Download history 208/week @ 2024-11-30 118/week @ 2024-12-07 108/week @ 2024-12-14 256/week @ 2024-12-21 122/week @ 2024-12-28 409/week @ 2025-01-04 306/week @ 2025-01-11 203/week @ 2025-01-18 182/week @ 2025-01-25 168/week @ 2025-02-01 178/week @ 2025-02-08 265/week @ 2025-02-15 256/week @ 2025-02-22 104/week @ 2025-03-01 87/week @ 2025-03-08 188/week @ 2025-03-15

650 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–260KB