Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BitsE9/lilbig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages