binary-layout
The binary-layout library allows type-safe, inplace, zero-copy access to structured binary data. You define a custom data layout and give it a slice of binary data, and it will allow you to read and write the fields defined in the layout from the binary data without having to copy any of the data. It's similar to transmuting to/from a `#[repr(packed)]` struct, but much safer.
Ecosystem
crates.io
crates.io
Latest Release
about 2 years ago
4.0.2
about 2 years ago
Versions
20
20
Downloads
539,337 total
539,337 total
Dependent Packages
8
8
Dependent Repos
7
7
Loading...
Readme
Loading...
Links
| Registry | crates.io |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
Repository
| Stars | 71 on GitHub |
| Forks | 10 on GitHub |
| Commits | 134 |
| Committers | 8 |
| Avg per Author | 16.75 |
| DDS | 0.455 |
Rankings on crates.io
Downloads
Top 7.7%
Dependent packages
Top 7.4%
Dependent repos
Top 8.7%