Module cocaine::service[][src]

This module contains various simplifications aimed to ease working with services: builders and façades.

Re-exports

pub use self::app::App;
pub use self::locator::Locator;
pub use self::storage::Storage;
pub use self::tvm::Tvm;
pub use self::unicorn::Unicorn;

Modules

app

Application service API.

locator

Locator service API.

storage

Storage service API.

tvm

Ticket Vending Machine security service.

unicorn

Unified configuration service API.

Structs

PreparedResolver

A resolver builder that returns already preconfigured Resolve.

ResolverBuilder

A resolve builder, that builds Locator resolver.

ServiceBuilder

Service configuration. Provides detailed control over the properties and behavior of new services.

Traits

ResolveBuilder

Resolve configuration.