Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xazure/supernova

Tool for exporting GitHub stars as an organized list.
https://github.com/0xazure/supernova

github github-search github-stars rust

Last synced: 3 months ago
JSON representation

Tool for exporting GitHub stars as an organized list.

Awesome Lists containing this project

README

        

# supernova
[![Build Status](https://travis-ci.org/0xazure/supernova.svg?branch=master)](https://travis-ci.org/0xazure/supernova)

> Tool for exporting GitHub stars as an organized list.

### things learned

- using [mem::replace](https://github.com/rust-unofficial/patterns/blob/master/idioms/mem-replace.md) to [avoid needless clones](https://github.com/rust-unofficial/patterns/blob/master/idioms/mem-replace.md)
- [profile rust code](http://carol-nichols.com/2017/04/20/rust-profiling-with-dtrace-on-osx/) using [DTrace](http://dtrace.org/blogs/about/) and [FlameGraph](https://github.com/brendangregg/FlameGraph)

## License

This project is licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)

at your option.