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 |
#247 in No standard library
24 downloads per month
15KB
235 lines
ARINC 429
This crate provides common types for ARINC 429 communication.
Documents
Usage without std
This crate has a default-enabled std
feature wich enables:
- Implementation of the
Error
trait forParityError
The std
feature can be disabled.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~175KB