[][src]Crate asuran_core

This crate contains data structures that can be readily shared between both synchronous and non-synchronous implementations of asuran.

When a data structure is present in this crate, and it has a Serialize/Deserialize derive, the format that rmp-serde produces from serializing that structure with the compact representation is considered to be the iconically format of that objects on-disk representation.

Modules

manifest

Contains data structures useful for describing and interacting with repository manifests

repository

This module contains type which underpin the lowest level of abstraction in an asuran repository, the binary blob or Chunk