Skip to content

mgeier/rsor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reusable Slice of References

Usage

Run cargo add rsor or manually 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

Resources

Stars

Watchers

Forks

Contributors

Languages