#return #traits #try-into #failable #conversion #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

#8 in #try-into

Download history 7812/week @ 2024-12-01 8302/week @ 2024-12-08 7292/week @ 2024-12-15 4190/week @ 2024-12-22 3904/week @ 2024-12-29 5837/week @ 2025-01-05 7077/week @ 2025-01-12 7146/week @ 2025-01-19 6837/week @ 2025-01-26 20378/week @ 2025-02-02 11927/week @ 2025-02-09 7399/week @ 2025-02-16 9902/week @ 2025-02-23 10123/week @ 2025-03-02 11102/week @ 2025-03-09 10233/week @ 2025-03-16

42,272 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