piglet_generated 0.5.0

Generated API code for IP-based Hamilton robots
Documentation
1
2
3
4
5
// Define a type for borrowing slices
pub(crate) struct MSlice<'a, E>(pub &'a [E]);

// Define a Vec type we can implement deserialize for
pub(crate) struct MVec<E>(pub Vec<E>);