Skip to content

Commit

Permalink
Whoops, forgot to update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymia committed May 8, 2023
1 parent 5606fd2 commit bdd5f5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
![Requires rustc 1.56+](https://img.shields.io/badge/rustc-1.56+-red.svg)
[![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/enumset)

A library for defining enums that can be used in compact bit sets.
It supports enums up to 128 variants, and has a macro to use these sets in constants.

Supports `serde` and `#[no_std]` environments.
A library for defining enums that can be used in compact bit sets. It supports
`serde` and `#[no_std]` environments, and has basic support for using EnumSets
in constants.

See [the documentation](https://docs.rs/enumset) for more information.

Expand Down

0 comments on commit bdd5f5c

Please sign in to comment.