Docs.rs
commitlint-rs-0.2.0
commitlint-rs 0.2.0
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
Go to latest version
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
commitlint_
rs
0.2.0
Module rule
Module Items
Modules
Structs
Enums
Traits
In crate commitlint_
rs
commitlint_rs
Module
rule
Copy item path
Source
Modules
§
body_
empty
body_
max_
length
description_
empty
description_
format
description_
max_
length
footers_
empty
scope
scope_
empty
scope_
format
scope_
max_
length
subject_
empty
type
type_
empty
type_
format
type_
max_
length
Structs
§
Rules
Rules represents the rules of commitlint. See: https://commitlint.js.org/reference/rules.html
Enums
§
Level
Level represents the level of a rule.
Traits
§
Rule
Rule trait represents a rule that can be applied to a text.