Logo
Explore Help
Sign In
CyberMages/alchemy
1
0
Fork 0
You've already forked alchemy
Code Issues 1 Pull Requests Actions Packages Projects Releases Wiki Activity
alchemy/src/lib.rs

13 lines
184 B
Rust
Raw Normal View History

The library can now convert numbers to and from bytes. Numbers can be converted to and from bytes in both BigEndian and LittleEndian styles. This does not yet take care of the other mathematical structures provided by Sigil. Also, no tests of these capabilities have been written yet.
2015-12-30 17:06:48 -05:00
#![feature(num_bits_bytes)]
extern crate sigils;
mod transmutable;
mod endian;
pub use ::transmutable::Transmutable;
pub use ::endian::{BigEndian, LittleEndian, PlatformEndian};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 530ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API