e2e-protection 0.4.0

End-to-End protection core with pluggable profiles. AUTOSAR profile family is optional via feature
Documentation
  • Coverage
  • 57.41%
    31 out of 54 items documented1 out of 9 items with examples
  • Size
  • Source code size: 39.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • handohun

e2e-protection (v0.4.0)

Minimal end-to-end protection toolkit with profile-first API and a small session layer.

  • Feature-gated AUTOSAR-like profiles (features = ["autosar"]):
    • P11 (CAN-like): 4-bit counter (0..0xE, 0xF forbidden), CRC-8/SAE-J1850, Data-ID either 16-bit (implicit) or 12-bit nibble-mode (hi-nibble explicit).
    • P22 (CAN/FlexRay-like): 4-bit counter (0..15), DataIDList[16], CRC-8/H2F, no explicit length.

This crate uses the upstream crc crate for checksum calculation as requested.

Install

[dependencies]

e2e-protection = { version = "0.4.0", features = ["autosar"] }