make description smaller

This commit is contained in:
ripytide
2022-12-12 05:24:29 +00:00
parent d2ae7fc9ab
commit f9535d8bfc
+1 -7
View File
@@ -4,13 +4,7 @@ version = "0.0.2"
authors = ["James Forster <james.forsterer@gmail.com>"]
edition = "2021"
description = """
This crate provides `RangeBoundsMap` and `RangeBoundsSet`.
`RangeBoundsMap` is an ordered map of non-overlapping [`RangeBounds`]
based on [`BTreeMap`].
`RangeBoundsSet` is an ordered set of non-overlapping [`RangeBounds`]
based on [`RangeBoundsMap`].
This crate provides `RangeBoundsMap` and `RangeBoundsSet`
"""
documentation = "https://docs.rs/range_bounds_map"
readme = "README.md"