generated from PlexSheep/rs-base
Compare commits
1 commit
ec4aa09538
...
fc6e91db98
Author | SHA1 | Date | |
---|---|---|---|
fc6e91db98 |
1 changed files with 10 additions and 0 deletions
10
src/lib.rs
Normal file
10
src/lib.rs
Normal file
|
@ -0,0 +1,10 @@
|
|||
//! Format numbers
|
||||
//!
|
||||
//! This crate contains several utility functions for formatting numbers
|
||||
//! into other systems, such as converting decimal numbers to hexadecimal.
|
||||
//!
|
||||
//! See [Format] for supported formats.
|
||||
//!
|
||||
//! Note that this crate is primarily used as a executable.
|
||||
|
||||
pub mod format;
|
Reference in a new issue