generated from PlexSheep/rs-base
This commit is contained in:
parent
24bf6cd97e
commit
ec4aa09538
|
@ -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 New Issue