| Crates.io | better-conversions |
| lib.rs | better-conversions |
| version | 0.2.2 |
| created_at | 2025-12-29 16:13:09.533503+00 |
| updated_at | 2026-01-07 15:45:50.623063+00 |
| description | Safe and explicit numeric conversions with range and precision checking |
| homepage | https://github.com/Lozlof/better-conversions |
| repository | https://github.com/Lozlof/better-conversions |
| max_upload_size | |
| id | 2010835 |
| size | 33,687 |
use better_conversions::prelude::*;
/* .goto_u8, .goto_u16, .goto_u32, */
/* .goto_u64, .goto_u128, .goto_usize, */
/* .goto_f32, .goto_f64 */
/* .try_goto_u8, .try_goto_u16, .try_goto_u32, */
/* .try_goto_u64, .try_goto_u128, .try_goto_usize, */
/* .try_goto_f32, .try_goto_f64 */