An open API service providing repository metadata for many open source software ecosystems.

Package Usage: cargo: 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.
20 versions
Latest release: environ un an ago
8 dependent packages
134 060 downloads total

View more package details: https://packages.ecosystem.code.gouv.fr/registries/crates.io/packages/binary-layout

Dependent Repos 0