HN user

plhk

14 karma
Posts1
Comments3
View on HN

So whats the point of wearing a garmin if you disable bluetooth? It doesn't seem like he needs GPS tracking or maps.

You can do something similar with `libpnet` in rust:

   #[packet]
   struct Dns {
     id: u16be,
     qr: u1,
     opcode: u4,
     aa: u1,
     tc: u1,
     ...
     #[payload]
     data: Vec<u8>,
   }