updated descriptions
This commit is contained in:
parent
45ea891ae7
commit
7ee18b530e
@ -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"
|
||||
|
@ -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`
|
||||
|
||||
|
@ -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
|
||||
|
@ -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`
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user