attempt to add logo and badges to readme

This commit is contained in:
ripytide 2022-12-01 17:19:03 +00:00
parent c801b896b4
commit 7a416b9f1a
3 changed files with 4111 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# range_bounds_map
<p align="center">
<img src="logo.svg" alt="range_bounds_map_logo" width="350">
</p>
[![Crates.io](https://img.shields.io/crates/v/range_bounds_set)](https://crates.io/crates/range_bounds_set)
[![Docs](https://docs.rs/range_bounds_set/badge)](https://docs.rs/range_bounds_set)
This crate provides [`RangeBoundsMap`] and [`RangeBoundsSet`].
[`RangeBoundsMap`] is similar to [`BTreeMap`] except [`RangeBoundsMap`]

4099
logo.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 235 KiB

View File

@ -1,5 +1,3 @@
- copy lib.rs to the Readme
- add github badges including lib.rs
- make logo
@ -14,4 +12,9 @@
- run and fix cargo clippy
- take a look around idiomatic rust for a bit first
- fill out github meta data
- PUBLISH
- add links to [`RangeBoundsSet`] and map after docs.rs is live with
the docs