cvmfs 0.2.0

CernVM-FS client implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod cache;
pub mod catalog;
pub mod certificate;
pub mod common;
pub mod database_object;
pub mod directory_entry;
pub mod fetcher;
pub mod file_system;
pub mod history;
pub mod manifest;
pub mod repository;
pub mod revision_tag;
pub mod root_file;