Skip to content

mgeier/rsor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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