Skip to main content

Crate ace_core

Crate ace_core 

Source

Re-exports§

pub use codec::take_n;
pub use codec::FrameCodec;
pub use codec::FrameRead;
pub use codec::FrameWrite;
pub use codec::Writer;
pub use iter::FrameIter;

Modules§

codec
iter
storage
Bounded-collection storage, backed by heapless::Vec (inline, no_std) or alloc::vec::Vec (heap-backed) depending on the alloc feature. Capacity N is enforced identically in both modes; only where the bytes live differs.

Enums§

AddressMode
DiagError

Traits§

DiagnosticAddress

Functions§

diag_err_str

Type Aliases§

Vec
A fixed capacity Vec.