Docs.rs
  • aurora-db-0.2.0
    • aurora-db 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Bethel-nz
    • Dependencies
      • actix-web ^4.11.0 normal optional
      • anyhow ^1.0 normal
      • base64 ^0.21 normal
      • bincode ^1.3 normal
      • chrono ^0.4 normal
      • criterion ^0.5.1 normal
      • csv ^1.1 normal
      • dashmap ^5.3.4 normal
      • regex ^1.11.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sled ^0.34.7 normal
      • tempfile ^3.3.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.18.2 normal
      • unicode-segmentation ^1.10.0 normal
      • uuid ^1.0 normal
      • zip ^0.6.2 normal
      • tempfile ^3.3.0 dev
      • tokio-test ^0.4 dev
    • Versions
    • 37.2% of the crate is documented
  • Go to latest version
  • Platform
    • 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

aurora_db0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • client::Client
  • db::Aurora
  • db::CollectionStats
  • db::DatabaseStats
  • db::ImportStats
  • index::Index
  • index::IndexDefinition
  • network::http_models::Filter
  • network::http_models::QueryPayload
  • network::http_models::SortOptions
  • network::server::BincodeServer
  • query::FilterBuilder
  • query::QueryBuilder
  • query::SearchBuilder
  • query::SimpleQueryBuilder
  • search::FullTextIndex
  • storage::cold::ColdStore
  • storage::cold::ColdStoreStats
  • storage::hot::CacheStats
  • storage::hot::HotStore
  • types::AuroraConfig
  • types::Collection
  • types::Document
  • types::FieldDefinition
  • wal::log::LogEntry
  • wal::log::WriteAheadLog

Enums

  • db::DataInfo
  • error::AuroraError
  • index::IndexType
  • network::http_models::FilterOperator
  • network::protocol::Request
  • network::protocol::Response
  • query::Filter
  • types::ColdStoreMode
  • types::FieldType
  • types::Value
  • wal::log::Operation

Traits

  • query::Queryable

Functions

  • network::http_models::document_to_json
  • network::http_models::json_to_insert_data
  • network::http_models::json_to_value

Type Aliases

  • error::Result
  • types::InsertData