Skip to content
  • Christopher Serr's avatar
    Implement Support for no_std · 44fef5dd
    Christopher Serr authored and Alex Butler's avatar Alex Butler committed
    This adds a `std` feature that is activated by default. When
    deactivated, core is used instead of std. Byteorder is removed as a
    dependency as core / std mostly support the same functionality nowadays.
    44fef5dd
This project manages its dependencies using Cargo. Learn more