Registry / utility / tame-index

tame-index

JSON →
library0.26.3rscratesunverified

Provides access to local and remote cargo registry indices.

# Cargo.toml [dependencies] tame-index = "0.26.3"
INSTALL
IMPORT
SIG · TAME-INDEX
T
tame-index
utilityrustv0.26.3
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.

Index
use tame_index::Index;

Creates a default cargo registry index and prints its path.

use tame_index::Index; fn main() -> Result<(), Box<dyn std::error::Error>> { let index = Index::new()?; println!("Index path: {:?}", index.path()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
tame-index — cargo add tame-index · libregistry