[][src]Crate registry_api

Re-exports

pub use result::*;

Modules

result

Macros

registry_err

Structs

ApiCrate
ApiDependency
Config
IndexCrate
IndexDependency
RegistryCrate
SearchResult
Version

Represents a version number conforming to the semantic versioning scheme.

VersionReq

A VersionReq is a struct containing a list of predicates that can apply to ranges of version numbers. Matching operations can then be done with the VersionReq against a particular version to see if it satisfies some or all of the constraints.

Warnings

Traits

CrateFetcher
CrateProvider
LogIngestor
UserProvider

authenticates users. authorization is checking the authenticated username vs crate owners. control authorization via RegistryIndex.owners.

Functions

spawn_actix
spawn_thread
spawn_within_actix

Attribute Macros

async_trait