rsor 0.1.2

Reusable slice of references
Documentation

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