Skip to content

Commit

Permalink
Update readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed Jul 21, 2023
1 parent 5df69ff commit 194fad9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ exclude = ["/.github", "CONTRIBUTING.md"]
msrv = "1.60.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
with_error_cause = []

[dependencies]

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The main goals of this parser is:

Secondary goals are:
* Speed
* Information on why the header was rejected (feature 'with_error_cause')
* Information on why the header was rejected

The parser is strict. Any range where all parts are not syntactically correct and makes sense in the context of the underlying
resource will be rejected.

0 comments on commit 194fad9

Please sign in to comment.