Docs.rs
  • case_style-0.2.1
    • case_style 0.2.1
    • Permalink
    • Docs.rs crate page
    • Unlicense
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • thomas9911
    • Dependencies
    • Versions
    • 45.21% 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

case_style0.2.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • CaseStyle
  • formats::camel::CamelCase
  • formats::constant::ConstantCase
  • formats::kebab::KebabCase
  • formats::lowercase_space::LowercaseSpace
  • formats::pascal::PascalCase
  • formats::sentence::SentenceCase
  • formats::snake::SnakeCase

Enums

  • objects::Token

Traits

  • traits::Case
  • traits::DelimiterSpaced

Functions

  • guesser::case_from_string
  • guesser::guess_type
  • naming_conventions::case_spaced::build_string
  • naming_conventions::case_spaced::parse_str
  • naming_conventions::delimiter_spaced::build_string
  • naming_conventions::delimiter_spaced::parse_str

Type Aliases

  • objects::Tokens