Merge branch 'main' into dependencies

This commit is contained in:
Noa Aarts 2024-12-11 20:10:18 +01:00 committed by GitHub
commit 56bfecfe7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 161 additions and 42 deletions

View file

@ -25,6 +25,8 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[features]
default = ["text", "binary"]
# contains all the parsers
all = ["text", "binary"]
text = ["dep:atoi_radix10"]
binary = []