Available on crate feature
_etsi only.Expand description
C-ITS Message Encoding
Provides Rust and wasm functions to encode C-ITS messages.
The Rust API just needs one method ([ItsMessage::encode]) for the [ItsMessage] struct while wasm has one function per message type.
Functions§
- encode_
to_ jer_ buf Non-WebAssembly - Encodes some ASN.1 data type to JER buffer
- encode_
to_ jer_ str Non-WebAssembly - Encodes some ASN.1 data type to JER string
- encode_
to_ uper Non-WebAssembly - Encodes some ASN.1 data type to UPER buffer
- encode_
to_ xer_ buf Non-WebAssembly - Encodes some ASN.1 data type to XER buffer
- encode_
to_ xer_ str Non-WebAssembly - Encodes some ASN.1 data type to XER string
Type Aliases§
- Encoded
Non-WebAssembly - Rust output is a
Vec<u8>