Docs.rs
  • embedded-td-0.1.4
    • embedded-td 0.1.4
    • Permalink
    • Docs.rs crate page
    • LGPL-3.0
    • Links
    • crates.io
    • Source
    • Owners
    • tiannian
    • Dependencies
      • async-abci ^0.1.5 normal
      • base64 ^0.13.0 normal
      • curve25519-dalek-ng ^4.1.1 normal
      • hex ^0.4.3 normal
      • k256 ^0.11.5 normal
      • log ^0.4.17 normal
      • rand_core ^0.6.4 normal
      • ripemd ^0.1.2 normal
      • rust-embed ^6.4.1 normal
      • serde ^1.0.144 normal
      • serde_json ^1.0.85 normal
      • sha2 ^0.10.6 normal
      • smol ^1.2.5 normal optional
      • tempfile ^3.3.0 normal
      • thiserror ^1.0.35 normal
      • time ^0.3.14 normal
      • tm-abci ^0.1.2 normal
      • tokio ^1 normal optional
      • toml ^0.5.9 normal
      • env_logger ^0.9.1 dev
      • rand ^0.8.5 dev
      • serde_json ^1.0.85 dev
      • flate2 ^1.0.24 build
      • hex ^0.4.3 build
      • reqwest ^0.11.11 build
      • sha2 ^0.10.6 build
      • tar ^0.4.38 build
    • Versions
    • 52.79% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

embedded_td0.1.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • Config
  • Genesis
  • Keypair
  • Tendermint
  • config::Config
  • config::ConsensusConfig
  • config::MempoolConfig
  • config::P2PConfig
  • config::PrometheusConfig
  • config::StateSyncConfig
  • crypto::Keypair
  • crypto::ed25519::PublicKey
  • crypto::ed25519::SecretKey
  • crypto::secp256k1::PublicKey
  • crypto::secp256k1::SecretKey
  • crypto::sr25519::PublicKey
  • crypto::sr25519::SecretKey
  • genesis::Block
  • genesis::ConsensusParams
  • genesis::Evidence
  • genesis::Genesis
  • genesis::Validator
  • genesis::ValidatorInfo
  • genesis::Version

Enums

  • AlgorithmType
  • Error
  • PublicKey
  • SecretKey
  • config::DbBackend
  • config::FastSyncVersion
  • config::LogFormat
  • config::LogLevel
  • config::MempoolVersion
  • config::TxIndexConfig
  • crypto::AlgorithmType
  • crypto::PublicKey
  • crypto::SecretKey

Traits

  • App

Type Aliases

  • Result