Skip to content

Commit 602b3d2

Browse files
committed
[skip ci] markdown
1 parent 298bf2e commit 602b3d2

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
# Library Loader
1+
# [WIP] Library Loader :books:
2+
3+
[![CircleCI](https://circleci.com/gh/olback/library-loader/tree/master.svg?style=svg)](https://circleci.com/gh/olback/library-loader/tree/master)
24

35
Rust implementation of [https://www.samacsys.com/library-loader/](https://www.samacsys.com/library-loader/).
46

5-
### Todo:
6-
* [x] Input
7-
* [x] Credentials
8-
* [ ] Automatically unzip download
9-
* [x] See `src/cse.rs#66`
10-
* [x] Implement `std::fmt::Display` for `error::LLError`
11-
* [ ] Mass download
12-
* [ ] File watcher for epw files
13-
* [ ] Auto unzip folder and copy lib to libs folder
14-
* [ ] New struct for CLI-only options
15-
* [ ] When using `-g`, treat input as output path
7+
For upcomming features, please see the: [TODO.md](TODO).

TODO.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Todo
2+
3+
* [x] [Feature] Input
4+
* [x] [Feature] Credentials
5+
* [x] [Code] See `src/cse.rs#66`
6+
* [x] [Code] Implement `std::fmt::Display` for `error::LLError`
7+
* [ ] ~~[Feature] Mass download~~
8+
* [ ] [Feature] File watcher for zipped epw (and epw??) files
9+
* [ ] [Feature] Auto unzip folder and copy lib to libs folder
10+
* [ ] [Code] New struct for CLI-only options
11+
* [ ] [Feature] When using `-g`, treat input as output path

0 commit comments

Comments
 (0)