Docs.rs
tasm-lib-0.43.0
tasm-lib 0.43.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jan-ferdinand
Sword-Smith
aszepieniec
Dependencies
anyhow ^1
normal
arbitrary ^1
normal
const_format ^0.2
normal
hex ^0.4.3
normal
itertools ^0
normal
ndarray ^0.16
normal
num ^0
normal
num-traits ^0
normal
rand ^0.8.5
normal
serde ^1
normal
serde_json ^1
normal
strum ^0.26
normal
tasm-object-derive ^0.43.0
normal
triton-vm ^0.43.0
normal
cargo-husky ^1
dev
color-eyre ^0.6
dev
proptest ^1.5
dev
proptest-arbitrary-interop ^0.1
dev
rayon ^1
dev
test-strategy ^0.4
dev
Versions
22.96%
of the crate is documented
Platform
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
tasm_
lib
0.43.0
Module next_
power_
of_
two
Module Items
Structs
In tasm_
lib::
arithmetic::
u32
tasm_lib
::
arithmetic
::
u32
Module
next_power_of_two
Copy item path
Source
Structs
ยง
Next
Power
OfTwo
Returns the smallest power of two greater than or equal to self. Behaves like the
rustc
method for all inputs of type
u32
.