| Crates.io | from_to_bytes |
| lib.rs | from_to_bytes |
| version | 0.1.1 |
| created_at | 2024-06-25 19:04:43.909788+00 |
| updated_at | 2024-06-25 19:09:49.74041+00 |
| description | trait for convert between bytes and |
| homepage | |
| repository | https://github.com/alexniver/from_to_bytes.git |
| max_upload_size | |
| id | 1283644 |
| size | 1,423 |
trait for convert between [u8] and <T>.
convert [u8] to <T>
convert <T> to [u8]