Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omid authored Nov 21, 2023
1 parent 03d7f63 commit 2e7149f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Macros to check mutually exclusive `features` in Rust
# Mutually Exclusive Features

[![crates.io](https://img.shields.io/crates/v/mutually_exclusive_features.svg)](https://crates.io/crates/mutually_exclusive_features)
[![Build Status](https://github.com/omid/mutually_exclusive_features/actions/workflows/test.yml/badge.svg)](https://github.com/omid/mutually_exclusive_features/actions/workflows/test.yml)
[![docs](https://docs.rs/mutually_exclusive_features/badge.svg)](https://docs.rs/mutually_exclusive_features)

### Macros to check mutually exclusive `features` in Rust
___

It contains `none_or_one_of` and `exactly_one_of` macros.
Expand Down

0 comments on commit 2e7149f

Please sign in to comment.