Skip to content

Commit

Permalink
Merge pull request #39 from AeroRust/full_sentences_example
Browse files Browse the repository at this point in the history
Example - full log of sentences
  • Loading branch information
Dushistov authored Apr 17, 2022
2 parents c985682 + b0d4f2a commit 9997ad9
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ nom = { version = "7.1.1", default-features = false }
chrono = { version = "0.4.19", default-features = false }
arrayvec = { version = "0.7.2", default-features = false }

log = "0.4"

[dev-dependencies]
quickcheck = "1.0.3"
approx = "0.5.1"
env_logger = "0.9"

[features]
default = ["std"]
Expand Down
Loading

0 comments on commit 9997ad9

Please sign in to comment.