meh / rust-packet

Network packet handling for Rust.
90 stars 27 forks source link

Add setters for packets. #1

Open meh opened 7 years ago

meh commented 7 years ago

Need to add setters to impl<B: AsMut<[u8]>> Packet<B>, it might be a good idea to make builders use setters too.

Orthogonally an AsPacketMut should be added too, just in case.