arinc_429 0.1.1

Types for ARINC 429 communication
Documentation
//! Tests that a binary  that uses std can use the no_std arinc_429 library

extern crate arinc_429;

fn main() {

}