lilbig

Crates.iolilbig
lib.rslilbig
version0.2.1
sourcesrc
created_at2023-07-21 02:42:56.680706
updated_at2023-08-04 20:04:04.240535
descriptionUtilities for swapping the byte-order of in-memory types.
homepage
repositoryhttps://github.com/IanE9/lilbig
max_upload_size
id922038
size42,894
Ian (IanE9)

documentation

README

LilBig

Crates.io Crates.io docs.rs

A Rust crate offering utilities for swapping the byte-order of in-memory types.

When might I want to use this crate?

The user will likely find this crate most useful and appropriate when the following conditions are met:

  • The data being operated on is trivially loadable into memory.
  • The data being operated on does not have a byte-order that can be known at compile-time.

When might I not want to use this crate?

If any of the previously mentioned conditions are not met, then the user will likely find using this crate to feel clunky.

The crate doesn't seem appropriate. What might I use instead?

If the user feels this crate is inappropriate, then they might consider the following alternatives:

Commit count: 32

cargo fmt