Docs.rs
soroban-env-guest-22.1.3
soroban-env-guest 22.1.3
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
graydon
leighmcculloch
stellar-crates
Dependencies
soroban-env-common =22.1.3
normal
static_assertions ^1.1.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
soroban_
env_
guest
22.1.3
Module num
Module Items
Structs
Constants
Traits
Functions
In crate soroban_
env_
guest
soroban_env_guest
Module
num
Copy item path
Source
Structs
§
Duration
Object
Duration
Small
Duration
Val
I32Val
I64Object
I64Small
I64Val
I256
A 256-bit signed integer type.
I128
Object
I128
Small
I128Val
I256
Object
I256
Small
I256Val
Timepoint
Object
Timepoint
Small
Timepoint
Val
U32Val
U64Object
U64Small
U64Val
U256
A 256-bit unsigned integer type.
U128
Object
U128
Small
U128Val
U256
Object
U256
Small
U256Val
Constants
§
MAX_
SMALL_
I64
MAX_
SMALL_
I128
MAX_
SMALL_
I256
MAX_
SMALL_
U64
MAX_
SMALL_
U128
MAX_
SMALL_
U256
MIN_
SMALL_
I64
MIN_
SMALL_
I128
MIN_
SMALL_
I256
MIN_
SMALL_
U64
MIN_
SMALL_
U128
MIN_
SMALL_
U256
Traits
§
AsI256
This trait defines
as
conversions (casting) from primitive types to
I256
.
AsU256
This trait defines
as
conversions (casting) from primitive types to
U256
.
Functions
§
i256_
from_
pieces
i256_
into_
pieces
is_
small_
i64
is_
small_
i128
is_
small_
i256
is_
small_
i256_
parts
is_
small_
u64
is_
small_
u128
is_
small_
u256
is_
small_
u256_
parts
u256_
from_
pieces
u256_
into_
pieces