Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0xazure/supernova
- Owner: 0xazure
- License: apache-2.0
- Created: 2018-08-13T01:30:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T00:36:30.000Z (almost 2 years ago)
- Last Synced: 2024-06-16T15:41:12.264Z (5 months ago)
- Topics: github, github-search, github-stars, rust
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.