Registry / utility / tetcore-std

tetcore-std

JSON →
library2.1.2rscratesunverified

Lowest-abstraction level for the Tetcore runtime, providing standard library-like functionality.

# Cargo.toml [dependencies] tetcore-std = "2.1.2"
INSTALL
IMPORT
SIG · TETCORE-STD
T
tetcore-std
utilityrustv2.1.2
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.

Vec
use tetcore_std::vec::Vec;

Uses the Tetcore standard library replacement for Vec.

use tetcore_std::vec::Vec; fn main() { let mut v: Vec<u8> = Vec::new(); v.push(1); println!("{:?}", v); }
Debug
Known issues
gotchaOnly works within Tetcore runtime context, not standalone
fix
Use only in a Tetcore runtime environment; for standalone use std instead
affects: >=2.0.0
Upgrade
Version history
2.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tetcore-std — cargo add tetcore-std · libregistry