| 1 | //! This crate helps serialize types as bytes and deserialize from bytes with a special |
| 2 | //! byte order. This crate can be used in [no_std] environment and has no external dependencies. |
| 3 | //! |
| 4 | //! If you are looking for a small universal binary (de)serializer that works with |
nothing calls this directly
no outgoing calls
no test coverage detected