#try-from #try #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

#28 in #try-from

Download history 6852/week @ 2024-12-17 3808/week @ 2024-12-24 4348/week @ 2024-12-31 5816/week @ 2025-01-07 7171/week @ 2025-01-14 7203/week @ 2025-01-21 8162/week @ 2025-01-28 22449/week @ 2025-02-04 8404/week @ 2025-02-11 8112/week @ 2025-02-18 9918/week @ 2025-02-25 10614/week @ 2025-03-04 10485/week @ 2025-03-11 11055/week @ 2025-03-18 9161/week @ 2025-03-25 8774/week @ 2025-04-01

41,477 downloads per month
Used in fewer than 30 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