#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 7496/week @ 2024-07-22 8471/week @ 2024-07-29 7845/week @ 2024-08-05 10075/week @ 2024-08-12 8212/week @ 2024-08-19 9375/week @ 2024-08-26 8468/week @ 2024-09-02 8466/week @ 2024-09-09 7095/week @ 2024-09-16 8384/week @ 2024-09-23 7385/week @ 2024-09-30 6684/week @ 2024-10-07 7420/week @ 2024-10-14 7331/week @ 2024-10-21 7724/week @ 2024-10-28 7015/week @ 2024-11-04

29,779 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