#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

#6 in #try-into

Download history 8415/week @ 2024-04-08 8424/week @ 2024-04-15 8455/week @ 2024-04-22 8968/week @ 2024-04-29 8601/week @ 2024-05-06 7691/week @ 2024-05-13 9292/week @ 2024-05-20 8542/week @ 2024-05-27 8454/week @ 2024-06-03 8424/week @ 2024-06-10 7188/week @ 2024-06-17 8252/week @ 2024-06-24 6524/week @ 2024-07-01 8681/week @ 2024-07-08 9097/week @ 2024-07-15 7508/week @ 2024-07-22

32,298 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