updated descriptions

This commit is contained in:
ripytide 2023-04-21 15:39:56 +01:00
parent 45ea891ae7
commit 7ee18b530e
No known key found for this signature in database
GPG Key ID: B2629F9EC7C2FE8C
4 changed files with 9 additions and 9 deletions

View File

@ -4,8 +4,9 @@ version = "0.4.0"
authors = ["James Forster <james.forsterer@gmail.com>"]
edition = "2021"
description = """
This crate provides [`DiscreteRangeMap`] and [`DiscreteRangeSet`], Data
Structures for storing non-overlapping intervals based of [`BTreeMap`].
This crate provides [`DiscreteRangeMap`] and [`DiscreteRangeSet`],
Data Structures for storing non-overlapping discrete intervals based
of [`BTreeMap`].
"""
documentation = "https://docs.rs/discrete_range_map"
readme = "README.md"

View File

@ -9,8 +9,9 @@
<img src="logo.png" alt="discrete_range_map_logo" width="350">
</p>
This crate provides [`DiscreteRangeMap`] and [`DiscreteRangeSet`], Data
Structures for storing non-overlapping intervals based of [`BTreeMap`].
This crate provides [`DiscreteRangeMap`] and [`DiscreteRangeSet`],
Data Structures for storing non-overlapping discrete intervals based
of [`BTreeMap`].
## You must implement `Copy`

View File

@ -1,6 +1,3 @@
# - add link to previous crate on readme
# - update shared descriptions to note the discreteness
# - fix doc.rs links in docs to print at new crate name
edition="2024"
version = "Two"
hard_tabs=true

View File

@ -17,8 +17,9 @@ You should have received a copy of the GNU Affero General Public License
along with discrete_range_map. If not, see <https://www.gnu.org/licenses/>.
*/
//! This crate provides [`DiscreteRangeMap`] and [`DiscreteRangeSet`], Data
//! Structures for storing non-overlapping intervals based of [`BTreeMap`].
//! This crate provides [`DiscreteRangeMap`] and [`DiscreteRangeSet`],
//! Data Structures for storing non-overlapping discrete intervals based
//! of [`BTreeMap`].
//!
//! ## You must implement `Copy`
//!