rust-lang / impl-trait-utils

Utilities for working with impl traits in Rust.
Apache License 2.0
89 stars 9 forks source link

Split trait_transformer back into its own crate #9

Closed tmandry closed 9 months ago

tmandry commented 9 months ago

We only want to publish trait_variant for now.

Based on #8 to avoid conflicts.