Registry / utility / aptos-infallible

aptos-infallible

JSON →
libraryrscratesunverified

Aptos utilities for infallible types, providing safe wrappers for operations that cannot fail.

# Cargo.toml [dependencies] aptos-infallible = "latest"
INSTALL
IMPORT
SIG · APTOS-INFALLIBLE
A
aptos-infallible
utilityrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Infallible
use aptos_infallible::Infallible;

Creates an infallible wrapper and extracts the inner value.

use aptos_infallible::Infallible; fn main() { let val: Infallible<i32> = Infallible::new(42); println!("Value: {}", val.into_inner()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
2
Meta
1
Resources
aptos-infallible — cargo add aptos-infallible · libregistry