Docs.rs
  • mongodb-migrator-0.1.8
    • mongodb-migrator 0.1.8
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kakoc
    • Dependencies
      • anyhow ^1.0.34 normal
      • async-trait ^0.1.42 normal
      • axum ^0.6.1 normal
      • bson ^2.3.0 normal
      • chrono ^0.4.19 normal
      • futures ^0.3.8 normal
      • log ^0.4.11 normal
      • mongodb ^2.2.2 normal
      • serde ^1.0.117 normal
      • serde_derive ^1.0.117 normal
      • serde_json ^1.0.82 normal
      • thiserror ^1.0.31 normal
      • tokio ^1.17.0 normal
      • tracing ^0.1.37 normal
      • tracing-subscriber ^0.3.16 normal
      • hyper ^0.14.23 dev
      • rusty-hook ^0.11.2 dev
      • testcontainers ^0.11.0 dev
      • version-sync ^0.9 dev
    • Versions
    • 14.85% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mongodb_migrator0.1.8

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • migration_record::MigrationRecord
  • migrator::Env
  • migrator::default::DefaultMigrator
  • migrator::shell::Shell
  • migrator::shell::ShellConfig
  • migrator::with_connection::WithConnection
  • migrator::with_migrations_vec::WithMigrationsVec
  • migrator::with_shell_config::WithShellConfig
  • server::DbParams
  • server::MigratorParams
  • server::ServerParams
  • server::ServiceParams

Enums

  • error::MigrationExecution
  • migration_status::MigrationStatus
  • migrator::Migrator

Traits

  • migration::Migration

Functions

  • server::server