Skip to content

Commit

Permalink
Add postfixes to numbers in dd
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnaddell authored and jackpot51 committed Jul 6, 2018
1 parent 73cdce5 commit 603df4f
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 7 deletions.
232 changes: 228 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ redox_users = { git = "https://gitlab.redox-os.org/redox-os/users.git" }
walkdir = "1"
time = "0.1"
base64 = "~0.6.0"
num = "0.1.42"

[dev-dependencies]
proptest = "0.8.2"

[lib]
path = "src/lib.rs"
Expand Down
Loading

0 comments on commit 603df4f

Please sign in to comment.