From 9e9d8cc21fae41b69631544eaca07a99875ac520 Mon Sep 17 00:00:00 2001 From: Akhil Velagapudi <4@4khil.com> Date: Fri, 22 Apr 2022 20:44:07 -0700 Subject: [PATCH] Remove list of supported widths from docs --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bc8cd2..68f2d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/mrhooray/crc-rs.git" documentation = "https://docs.rs/crc" -description = "Rust implementation of CRC(16, 32, 64) with support of various standards" +description = "Rust implementation of CRC with support of various standards" keywords = ["crc", "crc16", "crc32", "crc64", "hash"] categories = ["algorithms", "no-std"] edition = "2018" diff --git a/README.md b/README.md index 849f0af..f877a09 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Docs](https://docs.rs/crc/badge.svg)](https://docs.rs/crc) [![License](https://img.shields.io/crates/l/crc.svg?maxAge=2592000)](https://github.com/mrhooray/crc-rs#license) -Rust implementation of CRC(8, 16, 32, 64). MSRV is 1.46. +Rust implementation of CRC. MSRV is 1.46. ## Usage Add `crc` to `Cargo.toml` diff --git a/src/lib.rs b/src/lib.rs index 0379e92..02cc7f1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ //! # crc -//! Rust implementation of CRC(8, 16, 32, 64) +//! Rust implementation of CRC. //! //! ## Usage //! ### Compute CRC16