Module tuf::repository [] [src]

Interfaces for interacting with different types of TUF repositories.

Structs

EphemeralRepository

An ephemeral repository contained solely in memory.

FileSystemRepository

A repository contained on the local file system.

HttpRepository

A repository accessible over HTTP.

Traits

Repository

Top-level trait that represents a TUF repository and contains all the ways it can be interacted with.