[][src]Module fapt::system

Lower level operations on a crate::system::System.

let fapt = System::cache_only()?;
// ...
fapt.update()?;

Structs

DownloadedList

A Listing that has been downloaded, and the Release it came from.

ListingBlocks

The Blocks of a Listing.

NamedBlock

A Block from a Listing, with a name (for error reporting).

System

The core object, tying together configuration, caching, and listing.