Skip to content

Commit

Permalink
feat(value): Add convinience functions
Browse files Browse the repository at this point in the history
The idea is based off of the `toml` crate.  It helps in `filters.rs` to
draw attention to the business logic.
  • Loading branch information
epage committed Apr 28, 2017
1 parent 73d4800 commit 4b73b3c
Show file tree
Hide file tree
Showing 4 changed files with 398 additions and 391 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ regex = "0.2"
lazy_static = "0.2"
chrono = "0.3"
unicode-segmentation = "1.1"
itertools = "0.6.0"

[build-dependencies]
skeptic = "0.9"
Expand Down
Loading

0 comments on commit 4b73b3c

Please sign in to comment.