| Crates.io | rsor |
| lib.rs | rsor |
| version | 0.1.5 |
| created_at | 2020-11-09 19:18:42.43411+00 |
| updated_at | 2024-05-04 16:34:56.772161+00 |
| description | Reusable slice of references |
| homepage | |
| repository | https://github.com/mgeier/rsor |
| max_upload_size | |
| id | 310445 |
| size | 29,493 |
Documentation: https://docs.rs/rsor
Add this to your Cargo.toml:
[dependencies]
rsor = "0.1"
vecstorage
solves the same problem as this crate.
While it is more flexible in the types T it accepts,
it also does fewer compile-time checks,
and mismatched types can cause a runtime panic.
MIT OR Apache-2.0