cast
0.2.0
Module base
Module Items
Structs
Enums
Traits
Functions
In crate cast
cast
Module
base
Copy item path
Source
Structs
§
Number
With
Base
Utility struct for parsing numbers and formatting them into different
bases
.
Enums
§
Base
Represents a number’s
radix
or base. Currently it supports the same bases that
std::fmt
supports.
Traits
§
ToBase
Facilitates formatting an integer into a
Base
.
Functions
§
get_
sign
🔒