File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
55### Added
66
7- * ` Read ` trait and helper implementations are made public.
7+ * ` Read ` trait and helper implementations ` IoRead ` and ` SliceRead ` are made public.
8+ * Add ` Value ` ` as_number() ` .
9+ * Add multiple ` From ` implementations for all the common primitive signed and
10+ unsigned integers to ` Number ` .
811
912## v0.2.0
1013
Original file line number Diff line number Diff line change 11[package ]
22name = " bt_bencode"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44license = " MIT OR Apache-2.0"
55authors = [
" Bryant Luk <[email protected] >" ]
66edition = " 2018"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It uses the [Serde][serde] library to serialize and deserialize Bencode data.
1010
1111``` toml
1212[dependencies ]
13- bt_bencode = " 0.2 .0"
13+ bt_bencode = " 0.3 .0"
1414```
1515
1616## License
You can’t perform that action at this time.
0 commit comments