This repository has been archived by the owner on May 18, 2022. It is now read-only.
Try out scroll
or zerocopy
for de/encoding of PDUs
#53
Labels
area: utils
Code Area: Utilities and scaffolding used throughout the project
good first issue
Call for participation: Good for newcomers
status: needs code
An implementation or a bugfix need to be written
type: enhancement
A new feature or an improvement for an existing one
scroll allows deriving decoding and encoding traits, which is just what I want. We should try porting rubble to use that instead of
bytes.rs
.We can also try out the zerocopy crate, which allows C-like reinterpretation of arbitrary bytes in safe Rust. Unfortunately it's near impossible to contribute to zerocopy since it's part of fuchsia, but it looks promising.
The text was updated successfully, but these errors were encountered: