endian_trait 0.6.0

A trait for Endianness conversions that can be implemented on most types
Documentation
language: rust
rust:
  - 1.20.0
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
cache: cargo
script:
  - cargo build --all
  - cargo test --all --features arrays