No description
Find a file
2023-05-01 13:17:41 +01:00
src upgrade to syn v2 2023-05-01 13:17:41 +01:00
tests initial stab at the problem 2022-04-10 13:12:25 +01:00
.gitignore initial commit 2022-04-10 09:52:39 +01:00
Cargo.toml upgrade to syn v2 2023-05-01 13:17:41 +01:00
LICENSE Add LICENSE 2022-04-10 12:20:58 +00:00
README.md metadata 2022-04-10 13:34:16 +01:00

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" }