Docs.rs
  • codas-0.5.0
    • codas 0.5.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • caer
    • Dependencies
      • argon2 ^0.5.3 normal
      • blake3 ^1.3.3 normal
      • chacha20poly1305 ^0.10.1 normal
      • ed25519-dalek ^2.1.1 normal
      • indoc ^2.0.5 normal optional
      • logos ^0.13.0 normal optional
      • rand_core ^0.6.4 normal
      • serde ^1.0.218 normal optional
      • snafu ^0.8.2 normal
      • criterion ^0.5.1 dev
      • pretty_assertions ^1.4.0 dev
      • prost ^0.13.4 dev
      • snafu ^0.8.2 dev
    • Versions
    • 79.03% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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

codas0.5.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • codec::DataFormat
  • codec::DataHeader
  • types::Coda
  • types::DataField
  • types::DataType
  • types::Unspecified
  • types::cryptography::CryptoCert
  • types::cryptography::CryptoHasher
  • types::cryptography::CryptoKeys
  • types::cryptography::CryptoSigner
  • types::cryptography::CryptoVerifier
  • types::cryptography::EncryptedData
  • types::cryptography::HashBytes
  • types::cryptography::PrivateKeyBytes
  • types::cryptography::PublicKeyBytes
  • types::cryptography::SignatureBytes
  • types::dynamic::DynamicDataValue
  • types::dynamic::DynamicListValue
  • types::dynamic::DynamicMapValue

Enums

  • codec::CodecError
  • codec::Format
  • parse::ParseError
  • stream::StreamError
  • types::Text
  • types::Type
  • types::binary::BinaryError
  • types::cryptography::CryptoError
  • types::dynamic::Dynamic

Traits

  • codec::Decodable
  • codec::Encodable
  • codec::ReadsDecodable
  • codec::WritesEncodable
  • stream::Reads
  • stream::Writes
  • types::TryAsFormat
  • types::cryptography::CryptoSigns
  • types::cryptography::CryptoVerifies
  • types::cryptography::HasCryptoHash
  • types::cryptography::HasCryptoPublicKey

Macros

  • sized_byte_array

Functions

  • langs::open_api::generate_spec
  • langs::python::generate_types
  • langs::rust::generate_types
  • langs::typescript::generate_types
  • parse::parse
  • types::binary::base32_from_bytes
  • types::binary::base32_to_bytes
  • types::binary::bytes_from_hex
  • types::binary::fixed_bytes_from_hex
  • types::binary::format_bytes_as_hex
  • types::binary::hex_from_bytes

Type Aliases

  • codec::FormatMetadata

Constants

  • codec::TEMP_BUFFER_SIZE