| Crates.io | cvlr-fixed |
| lib.rs | cvlr-fixed |
| version | 0.5.0 |
| created_at | 2025-04-19 02:06:27.36421+00 |
| updated_at | 2025-12-19 21:46:57.708443+00 |
| description | Fixed point numbers over Certora native integers |
| homepage | https://www.certora.com |
| repository | https://github.com/Certora/cvlr |
| max_upload_size | |
| id | 1640226 |
| size | 11,795 |
CVLR, pronounced "cavalier" 🐶, is a set of Rust libraries that provide verification primitives for Rust. We currently use it for writing formal specifications for Solana and Soroban smart contracts.
Examples of respective usage can be found in the Solana Examples and Sunbeam Tutorials repositories.
Refer to the Certora documentation for further information about the verification of Solana and Soroban smart contracts.
To build the library, run:
cargo build
To test the library, run:
cargo test
For testing purposes, cargo-expand is required. It can be installed by running:
cargo install cargo-expand
Current release: 0.5.0