#try-from-try-into-traits #convert #return #try-into #failable

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-from-try-into-traits

Download history 11280/week @ 2025-10-19 12076/week @ 2025-10-26 15680/week @ 2025-11-02 10069/week @ 2025-11-09 9067/week @ 2025-11-16 12407/week @ 2025-11-23 8880/week @ 2025-11-30 12219/week @ 2025-12-07 8236/week @ 2025-12-14 6823/week @ 2025-12-21 6272/week @ 2025-12-28 8044/week @ 2026-01-04 6058/week @ 2026-01-11 8715/week @ 2026-01-18 9383/week @ 2026-01-25 10020/week @ 2026-02-01

34,708 downloads per month
Used in 766 crates (29 directly)

MIT license

15KB
389 lines

try_from

Travis Build Status MIT licensed

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

Dependencies

~10KB