No description
- Rust 100%
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Concretify
Provides wrapper implementations for trait objects so that they can be used with genericsProvides wrapper implementations for trait objects so that they can be used with generics.
In your Cargo.toml:
[dependencies]
...
concretify = { git = "https://git.samuelcollins.dev/sam/concretify" }