Docs.rs
  • dml-tools-0.2.0
    • dml-tools 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • diegoefe
    • Dependencies
      • linked-hash-map ^0.5.6 normal
      • serde ^1.0 normal
      • serde_derive ^1 normal
      • serde_yaml ^0.8 normal
      • typetag ^0.2 normal
      • yaml-merge-keys ^0.6 normal
      • log ^0.4 dev
      • regex ^1.10.2 dev
    • Versions
    • 47.2% of the crate is documented
  • Go to latest version
  • Platform
    • 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

dml_tools0.2.0

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • Loader
  • Processor
  • sql::Field
  • sql::FieldAttributes
  • sql::ForeignKey
  • sql::Grant
  • sql::Index
  • sql::ObjectPath
  • sql::Owner
  • sql::PrimaryKey
  • sql::Schema
  • sql::Table
  • sql::UniqueKey
  • type_writers::Mysql
  • type_writers::Postgresql
  • type_writers::Sqlite

Enums

  • sql::FKOn
  • sql::FieldType
  • sql::GrantType
  • sql::ObjectType

Traits

  • sql::DBObject
  • sql::TypeWriter

Macros

  • add_grant
  • add_index
  • add_owner
  • add_to_proc
  • grant_perms
  • macros::add_grant
  • macros::add_index
  • macros::add_owner
  • macros::add_to_proc
  • macros::grant_perms

Functions

  • util::read_file_into_string
  • util::read_yaml_from_file
  • util::read_yaml_from_string
  • util::write_yaml_to_file

Type Aliases

  • sql::DynFields
  • sql::Fields
  • sql::ForeignKeys