Docs.rs
  • csv-sanity-0.1.0
    • csv-sanity 0.1.0
    • Permalink
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mgeorgehansen
    • Dependencies
      • clap ^2.23.3 normal
      • csv ^0.15.0 normal
      • custom_derive ^0.1.7 normal
      • lazy_static ^0.2.8 normal
      • log ^0.3.7 normal
      • maplit ^0.1.4 normal
      • newtype_derive ^0.1.6 normal
      • regex ^0.2.1 normal
      • rustc-serialize ^0.3 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • time ^0.1.37 normal
      • unicode-segmentation ^1.1.0 normal
    • Versions
    • 40.35% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

csv_sanity0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Rule
  • Ruleset
  • TransformedRecord
  • cli::Cli
  • cli::CsvOptions
  • cli::Options
  • transformer::TransformError
  • transformers::CapitalizeTransformer
  • transformers::ChoiceTransformer
  • transformers::DateTransformer
  • transformers::EmailTransformer
  • transformers::NoneTransformer
  • transformers::NumberTransformer
  • transformers::PhoneNumberTransformer
  • transformers::RegexMatchTransformer
  • transformers::RegexTransformer
  • transformers::TrimTransformer
  • transformers::ZipcodeTransformer

Enums

  • transformers::Transformers

Traits

  • transformer::TransformResultHelper
  • transformer::Transformer

Functions

  • transformers::capitalize

Type Aliases

  • transformer::TransformResult