Struct elba::index::Index[][src]

pub struct Index {
    pub id: IndexRes,
    pub path: DirLock,
    pub config: IndexConfig,
}

Struct Index defines a single index.

Indices must be sharded by group name.

Fields

Indicates identifying information about the index

Indicates where this index is stored on-disk.

The configuration of this index.

Methods

impl Index
[src]

Creates a new empty package index directly from a Url and a local path.

Trait Implementations

impl Debug for Index
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Index

impl Sync for Index