Module base
cast
1.0.0
Module base
Module Items
Structs
Enums
Traits
Functions
In crate cast
Modules
IERC20
args
backend
base
cmd
constants
coverage
decode
errors
executors
fork
fuzz
inspectors
opts
revm
rlp_converter
traces
tx
utils
Macros
call_inspectors
Structs
Cast
SimpleCast
Traits
InspectorExt
Functions
explorer_client
strip_0x
cast
Module
base
Copy item path
Settings
Help
Summary
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
🔒