Docs.rs
  • commitlint-rs-0.2.2
    • commitlint-rs 0.2.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • KeisukeYamashita
    • Dependencies
      • clap ^4.5.4 normal
      • futures ^0.3.30 normal
      • regex ^1.10.5 normal
      • schemars ^0.8.21 normal optional
      • serde ^1.0.201 normal
      • serde_json ^1.0.121 normal
      • serde_yaml ^0.9.34 normal
      • tokio ^1.37.0 normal
    • Versions
    • 55.06% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

commitlint_rs0.2.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • config::Config
  • git::ReadCommitMessageOptions
  • message::Message
  • result::Result
  • result::Violation
  • rule::Rules
  • rule::body_empty::BodyEmpty
  • rule::body_max_length::BodyMaxLength
  • rule::description_empty::DescriptionEmpty
  • rule::description_format::DescriptionFormat
  • rule::description_max_length::DescriptionMaxLength
  • rule::footers_empty::FootersEmpty
  • rule::scope::Scope
  • rule::scope_empty::ScopeEmpty
  • rule::scope_format::ScopeFormat
  • rule::scope_max_length::ScopeMaxLength
  • rule::subject_empty::SubjectEmpty
  • rule::type::Type
  • rule::type_empty::TypeEmpty
  • rule::type_format::TypeFormat
  • rule::type_max_length::TypeMaxLength

Enums

  • rule::Level

Traits

  • rule::Rule

Functions

  • config::find_config_file
  • config::load
  • config::load_config_file
  • git::parse_commit_message
  • git::parse_subject
  • git::read
  • message::validate