rusty-notes-1.3.0 is not a library.
Rusty Notes
A simple local Web-UI Notebook using Markdown.

Install & Setup
$ cargo install -f rusty-notes
You need to a one-tiime setup setup like:
$ git clone https://github.com/mitnk/rusty-notes
$ cd rusty-notes
$ make setup DIR=~/rusty-notes
This will make a notebook for your at ~/rusty-notes, you can make more
markdown notes under this directory. Sub-directories will be treated as
categories.
You can change the root directory, see "run server" section below.
Run Server
&
Why this is useful?
So that you have a local Markdown notebook tracked and backed up with Git. And
simply run rusty-notes behind Nginx for a straightforward blogging system,
eliminating the need for a static HTML builder.