mgeier / rsor

Reusable slice of references

Home Page:https://crates.io/crates/rsor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Reusable slice of references

https://crates.io/crates/rsor


Languages

Language:Rust 100.0%