vstd 0.0.0-2026-04-20-1748

Verus Standard Library: Useful specifications and lemmas for verifying Rust code
Documentation
1
2
3
4
5
6
7
8
9
mod internals;

pub mod div_mod;
pub mod logarithm;
pub mod mul;
#[cfg(not(verus_verify_core))]
pub mod overflow;
pub mod power;
pub mod power2;