Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samcrow/arinc_429.rs
ARINC 429 types for Rust
https://github.com/samcrow/arinc_429.rs
Last synced: 3 months ago
JSON representation
ARINC 429 types for Rust
- Host: GitHub
- URL: https://github.com/samcrow/arinc_429.rs
- Owner: samcrow
- License: apache-2.0
- Created: 2018-01-28T07:45:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T20:45:51.000Z (almost 6 years ago)
- Last Synced: 2024-09-19T04:18:31.781Z (4 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ARINC 429
This crate provides common types for ARINC 429 communication.
## Documents
[Changelog](CHANGELOG.md)
## 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
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](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.