Minor improvements.
This commit is contained in:
parent
3365ccadb6
commit
40670f3c48
2 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,7 @@ authors = [
|
||||||
]
|
]
|
||||||
documentation = "https://docs.rs/saphyr-parser"
|
documentation = "https://docs.rs/saphyr-parser"
|
||||||
keywords = [ "yaml", "parser", "deserialization" ]
|
keywords = [ "yaml", "parser", "deserialization" ]
|
||||||
categories = [ "encoding", "parser-implementations" ]
|
categories = [ "encoding", "parser-implementations", "parsing" ]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "A fully YAML 1.2 compliant YAML parser"
|
description = "A fully YAML 1.2 compliant YAML parser"
|
||||||
repository = "https://github.com/saphyr-rs/saphyr-parser"
|
repository = "https://github.com/saphyr-rs/saphyr-parser"
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
//! # Features
|
//! # Features
|
||||||
//! **Note:** With all features disabled, this crate's MSRV is `1.65.0`.
|
//! **Note:** With all features disabled, this crate's MSRV is `1.65.0`.
|
||||||
//!
|
//!
|
||||||
//! The MSRV for this feature is `1.70.0`.
|
|
||||||
//!
|
|
||||||
//! #### `debug_prints`
|
//! #### `debug_prints`
|
||||||
//! Enables the `debug` module and usage of debug prints in the scanner and the parser. Do not
|
//! Enables the `debug` module and usage of debug prints in the scanner and the parser. Do not
|
||||||
//! enable if you are consuming the crate rather than working on it as this can significantly
|
//! enable if you are consuming the crate rather than working on it as this can significantly
|
||||||
|
|
Loading…
Reference in a new issue