add some docs
This commit is contained in:
parent
d777694118
commit
433afd364f
4 changed files with 47 additions and 15 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Simple planet like planet venus but in rust and maintained.
|
||||
|
||||
Please see the rustdoc of main.rs for further information.
|
||||
|
||||
## todo
|
||||
|
||||
* use a nice lib to process the config file
|
||||
* should check whether dirs exists and are writeable
|
||||
* should check whether feed urls can be parsed
|
||||
|
||||
## Credits
|
||||
|
||||
While writing this, I read and also copied code from:
|
||||
|
||||
* [agro](https://docs.rs/crate/agro/0.1.1)
|
||||
* [hades](https://github.com/kitallis/hades)
|
||||
* [planetrs](https://github.com/djc/planetrs)
|
||||
Loading…
Reference in a new issue