From 6848caad3d2be6546b6df1873a7a368d60e027c9 Mon Sep 17 00:00:00 2001 From: mordax Date: Fri, 2 Nov 2018 20:24:30 -0400 Subject: [PATCH 1/2] Convert Readme from rst to md --- README.md | 9 +++++++++ README.rst | 19 ------------------- 2 files changed, 9 insertions(+), 19 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4b19f7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## 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) \ No newline at end of file diff --git a/README.rst b/README.rst deleted file mode 100644 index b1a235e..0000000 --- a/README.rst +++ /dev/null @@ -1,19 +0,0 @@ -supernova -========= - -.. image:: https://travis-ci.org/0xazure/supernova.svg?branch=master - :target: https://travis-ci.org/0xazure/supernova - -| - - Tool for exporting GitHub stars as an organized list. - -things learned --------------- - -- using mem::replace_ to `avoid needless clones `_ -- `profile rust code `_ using DTrace_ and FlameGraph_ - -.. _replace: https://github.com/rust-unofficial/patterns/blob/master/idioms/mem-replace.md -.. _DTrace: http://dtrace.org/blogs/about/ -.. _FlameGraph: https://github.com/brendangregg/FlameGraph From 0085c6a724dbd760a8646b3343932b0c31c3e959 Mon Sep 17 00:00:00 2001 From: mordax Date: Sat, 3 Nov 2018 15:03:59 -0400 Subject: [PATCH 2/2] Readme nit fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b19f7..9707900 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -## supernova +# 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) +- 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) \ No newline at end of file