attempt to add logo and badges to readme
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# range_bounds_map
|
# range_bounds_map
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="logo.svg" alt="range_bounds_map_logo" width="350">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
[](https://crates.io/crates/range_bounds_set)
|
||||||
|
[](https://docs.rs/range_bounds_set)
|
||||||
|
|
||||||
This crate provides [`RangeBoundsMap`] and [`RangeBoundsSet`].
|
This crate provides [`RangeBoundsMap`] and [`RangeBoundsSet`].
|
||||||
|
|
||||||
[`RangeBoundsMap`] is similar to [`BTreeMap`] except [`RangeBoundsMap`]
|
[`RangeBoundsMap`] is similar to [`BTreeMap`] except [`RangeBoundsMap`]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 235 KiB |
@@ -1,5 +1,3 @@
|
|||||||
- copy lib.rs to the Readme
|
|
||||||
|
|
||||||
- add github badges including lib.rs
|
- add github badges including lib.rs
|
||||||
- make logo
|
- make logo
|
||||||
|
|
||||||
@@ -14,4 +12,9 @@
|
|||||||
- run and fix cargo clippy
|
- run and fix cargo clippy
|
||||||
- take a look around idiomatic rust for a bit first
|
- take a look around idiomatic rust for a bit first
|
||||||
|
|
||||||
|
- fill out github meta data
|
||||||
|
|
||||||
- PUBLISH
|
- PUBLISH
|
||||||
|
|
||||||
|
- add links to [`RangeBoundsSet`] and map after docs.rs is live with
|
||||||
|
the docs
|
||||||
|
|||||||
Reference in New Issue
Block a user