Skip to content

Commit

Permalink
Create dedicated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Dec 18, 2023
1 parent af495bb commit 1c75be2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ Which creates a new `SendIntFactory: IntFactory + Send` trait and additionally b

Implementers of the trait can choose to implement the variant instead of the original trait. The macro creates a blanket impl which ensures that any type which implements the variant also implements the original trait.

## `trait_transformer`

`trait_transformer` does the same thing as `trait_variant`, but using experimental nightly-only syntax that depends on the `return_type_notation` feature. It may be used to experiment with new kinds of trait transformations in the future.

#### License and usage notes

Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
Expand Down
3 changes: 3 additions & 0 deletions trait-transformer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## `trait_transformer`

`trait_transformer` does the same thing as `trait_variant`, but using experimental nightly-only syntax that depends on the `return_type_notation` feature. It may be used to experiment with new kinds of trait transformations in the future.

0 comments on commit 1c75be2

Please sign in to comment.