#arinc #avionics

no-std arinc_429

Types and constants for ARINC 429 communication

6 releases

Uses old Rust 2015

0.1.5 Feb 1, 2019
0.1.4 Feb 1, 2019
0.1.3 Oct 7, 2018
0.1.1 Feb 8, 2018
0.1.0 Jan 28, 2018

#213 in No standard library

43 downloads per month

MIT/Apache

15KB
235 lines

ARINC 429

This crate provides common types for ARINC 429 communication.

Documents

Changelog

Usage without std

This crate has a default-enabled std feature wich enables:

  • Implementation of the Error trait for ParityError

The std feature can be disabled.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Common types for ARINC 429 communication

Serialization/Deserialization

When compiled with the serde feature, all types support serialization and deserialization.

Dependencies

~180KB