rsor

Crates.iorsor
lib.rsrsor
version0.1.5
sourcesrc
created_at2020-11-09 19:18:42.43411
updated_at2024-05-04 16:34:56.772161
descriptionReusable slice of references
homepage
repositoryhttps://github.com/mgeier/rsor
max_upload_size
id310445
size29,493
Matthias Geier (mgeier)

documentation

README

Reusable Slice of References

Usage

Add this to your Cargo.toml:

[dependencies]
rsor = "0.1"

Related Crates

  • 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.

License

MIT OR Apache-2.0

Commit count: 44

cargo fmt