jonas-schievink/rubble

Try out `scroll` or `zerocopy` for de/encoding of PDUs

Open

#53 aberto em 28 de abr. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (58 forks)user submission
area: utilsgood first issuestatus: needs codetype: enhancement

Métricas do repositório

Stars
 (403 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador