| Crates.io | lazy_helpers |
| lib.rs | lazy_helpers |
| version | 0.0.5 |
| created_at | 2025-01-04 20:48:59.967956+00 |
| updated_at | 2025-01-11 17:53:38.732466+00 |
| description | Lazy helpers for lazy programmers |
| homepage | |
| repository | https://github.com/jdssl/lazy_helpers |
| max_upload_size | |
| id | 1504224 |
| size | 7,768 |
| Name | Description |
|---|---|
is_odd |
Returns true when receive the odd number. |
is_even |
Returns true when receive the even number. |
convert_str_to_int |
Convert str to int (i8, i16, i32, i64, i128). |