From bdd5f5c7ec08b0ee7a92160a67e1bdbcca59a48e Mon Sep 17 00:00:00 2001 From: Alissa Rao Date: Mon, 8 May 2023 10:09:17 -0700 Subject: [PATCH] Whoops, forgot to update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c1684c..260c59e 100644 --- a/README.md +++ b/README.md @@ -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.