fricgan 0.1.0

A simple crate for performing basic input and output on bytes.
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented0 out of 14 items with examples
  • Size
  • Source code size: 35.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • awstanley/fricgan
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • awstanley

fricgan is an input/output library for byte based manipulations, without requiring std. It has additional features (where std is enabled), but the core feature set is designed to provide the minimal types and support for cross-language IO work.

At this time it does not implement byte order manipulation, as the std primitives for the integral types support swap_bytes, {to,from}_be, and {to,from}_le. (If you are implementing without std then presumably you already know how to do this, and understand why it would just clutter this library up).