Skip to content

Commit

Permalink
Implement From trait
Browse files Browse the repository at this point in the history
- Implement the From trait for uint to uint and int to int conversions
  • Loading branch information
npars committed Jun 20, 2021
1 parent 76d235f commit 8c80e63
Show file tree
Hide file tree
Showing 2 changed files with 4,835 additions and 231 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbintrary"
version = "0.1.2"
version = "0.2.0"
authors = ["npars <npars@users.noreply.github.com>"]
edition = "2018"

Expand Down
Loading

0 comments on commit 8c80e63

Please sign in to comment.