File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# impl-trait-utils
22
3+ [ ![ Latest Version]] [ crates.io ] [ ![ Documentation]] [ docs.rs ] [ ![ GHA Status]] [ GitHub Actions ] ![ License]
4+
35Utilities for working with impl traits in Rust.
46
57## ` make_variant `
@@ -28,3 +30,11 @@ Implementers of the trait can choose to implement the variant instead of the ori
2830
2931Licensed under either of [ Apache License, Version 2.0] ( LICENSE-APACHE ) or
3032[ MIT license] ( LICENSE-MIT ) at your option.
33+
34+ [ GitHub Actions ] : https://github.com/rust-lang/impl-trait-utils/actions
35+ [ GHA Status ] : https://github.com/rust-lang/impl-trait-utils/actions/workflows/rust.yml/badge.svg
36+ [ crates.io ] : https://crates.io/crates/trait-variant
37+ [ Latest Version ] : https://img.shields.io/crates/v/trait-variant.svg
38+ [ Documentation ] : https://img.shields.io/docsrs/trait-variant
39+ [ docs.rs ] : https://docs.rs/trait-variant
40+ [ License ] : https://img.shields.io/crates/l/trait-variant.svg
You can’t perform that action at this time.
0 commit comments