mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-16 00:47:59 +00:00
Merge pull request #394 from saresend/patch-1
adding Gust, and data visualization section
This commit is contained in:
commit
409c70c912
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||
- [Database](#database)
|
||||
- [Data processing](#data-processing)
|
||||
- [Data structures](#data-structures)
|
||||
- [Data visualization](#data-visualization)
|
||||
- [Date and time](#date-and-time)
|
||||
- [Distributed Systems](#distributed-systems)
|
||||
- [Email](#email)
|
||||
|
@ -584,6 +585,10 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https
|
|||
* [Nemo157/roaring-rs](https://github.com/Nemo157/roaring-rs) – Roaring Bitmaps in Rust [<img src="https://api.travis-ci.org/Nemo157/roaring-rs.svg?branch=master">](https://travis-ci.org/Nemo157/roaring-rs)
|
||||
* [reem/rust-typemap](https://github.com/reem/rust-typemap) — [<img src="https://api.travis-ci.org/reem/rust-typemap.svg?branch=master">](https://travis-ci.org/reem/rust-typemap)
|
||||
|
||||
### Data Visualization
|
||||
|
||||
* [saresend/gust](https://github.com/saresend/Gust) - [<img src="https://api.travis-ci.org/saresend/Gust.svg?branch=master">](https://travis-ci.org/saresend/Gust)
|
||||
|
||||
|
||||
### Date and time
|
||||
|
||||
|
|
Loading…
Reference in a new issue