serde_someip
implements SOME/IP
ontop of serde
use ;
use SomeIp;
use ExampleOptions;
For more attributes used by derive(SomeIp)
see the macro doc.
Also feel free to read the release notes
Available features
derive
: Enables theSomeIp
derive macrodescribe
: Enables various describe functions that can be used to describe the binary format of a concreteSomeIp
type.bytes
: Enablesto/from_bytes
functions using the bytes crate