Registry / utility / strict-types

strict-types

JSON →
library2.9.1rscratesunverified

Strict types: confined generalized algebraic data types (GADT) for Rust.

# Cargo.toml [dependencies] strict_types = "2.9.1"
INSTALL
IMPORT
SIG · STRICT-TYPES
S
strict-types
utilityrustv2.9.1
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.

StrictType
use strict_types::StrictType;

Creates a strict type wrapping an integer.

use strict_types::StrictType; fn main() { let value = StrictType::new(42); println!("Value: {:?}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
strict-types — cargo add strict-types · libregistry