Crate delphi[][src]

Expand description

Delphi Oracle Service

Re-exports

pub use self::currency::Currency;
pub use self::error::Error;
pub use self::error::ErrorKind;
pub use self::price::Price;
pub use self::price::PriceQuantity;
pub use self::trading_pair::TradingPair;

Modules

application

Delphi Application

commands

Delphi Subcommands

config

Delphi Config

currency

Currency support (i.e. assets)

error

Error types

https_client

HTTPS Client

map

A map based on a B-Tree.

networks

Networks that Delphi provides oracle service for

prelude

Application-local prelude: conveniently import types/functions/macros which are generally useful and should be available in every module with `use crate::prelude::*;

price

Prices (wrapper for Decimal)

router

HTTP request router (based on warp)

sources

Data sources

trading_pair

Trading pairs

Structs

Map

A map based on a B-Tree.