Skip to content

Releases: jhpratt/standback

v0.2.16

19 Mar 09:03
5da2c3f
Compare
Choose a tag to compare
Rust 1.51 support

v0.2.15

05 Feb 01:38
1097e48
Compare
Choose a tag to compare
Rust 1.50 support

v0.2.14

30 Dec 08:38
09935f5
Compare
Choose a tag to compare
Rust 1.49 support

v0.2.13

17 Nov 03:03
1cabe93
Compare
Choose a tag to compare
Bump version

v0.2.12

17 Nov 02:31
63ae72e
Compare
Choose a tag to compare
Rust 1.48 support

v0.2.11

07 Oct 23:19
5526774
Compare
Choose a tag to compare
Rust 1.47 support

v0.2.10

23 Aug 20:35
a56e7fe
Compare
Choose a tag to compare
v0.2.10

v0.2.9

04 Jun 20:17
6106275
Compare
Choose a tag to compare
v0.2.9

v0.2.8

20 May 20:07
1e50b7e
Compare
Choose a tag to compare
Remove primitive module

v0.2.7

20 May 20:06
2016ed1
Compare
Choose a tag to compare
Simpler trait sealing

Rather than creating a new supertrait for each trait, use a single one
with a type parameter. Two other helpers (`Integer` and `Float`) allow
for more generic usage.