#conversion #return #traits #failable #try-into #fail

unmaintained no-std try_from

TryFrom and TryInto traits for failable conversions that return a Result

7 releases

Uses old Rust 2015

0.3.2 Nov 28, 2018
0.3.1 Nov 28, 2018
0.2.2 May 23, 2017
0.2.1 Jan 9, 2017
0.1.0 Nov 26, 2015

#5 in #try-into

Download history 11592/week @ 2023-12-17 5198/week @ 2023-12-24 9111/week @ 2023-12-31 13077/week @ 2024-01-07 12337/week @ 2024-01-14 13486/week @ 2024-01-21 13471/week @ 2024-01-28 12443/week @ 2024-02-04 13116/week @ 2024-02-11 15250/week @ 2024-02-18 16346/week @ 2024-02-25 16816/week @ 2024-03-03 15678/week @ 2024-03-10 14829/week @ 2024-03-17 13407/week @ 2024-03-24 10467/week @ 2024-03-31

55,143 downloads per month
Used in fewer than 29 crates

MIT license

15KB
389 lines

try_from

Travis Build Status MIT licensed

TryFrom and TryInto traits for failable conversions that return a Result.

Dependencies

~8KB