docspec-http 1.1.0

HTTP API server for DocSpec document conversion
Documentation
1
2
3
4
5
min-ident-chars-threshold = 3
# Reason: `new` is the Rust constructor convention; `Cow`/`Uri` are stdlib/axum types.
# Reason: `fmt` is `Debug`/`Display` trait method name; cannot be renamed.
# Reason: `val` is emitted by the stdlib `assert!`/`assert_eq!`/`matches!` macros.
allowed-idents-below-min-chars = ["Cow", "Uri", "new", "fmt", "val"]