Skip to content

Commit

Permalink
Implement try_from trait
Browse files Browse the repository at this point in the history
- Add support for converting between arbitrary integer values using
  the try_from function
- Set default rustfmt config
  • Loading branch information
npars committed Jun 28, 2021
1 parent 24a0117 commit 49ef8e1
Show file tree
Hide file tree
Showing 3 changed files with 1,710 additions and 801 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.2.1"
version = "0.3.0"
authors = ["npars <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 2 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
max_width = 120
use_small_heuristics = "max"
Loading

0 comments on commit 49ef8e1

Please sign in to comment.