-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
31 lines (24 loc) · 757 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
alternative source apis
add to readme
add arg docs
overhaul error handling
difference between cloudflare 429 vs other 429?
document variants
rename variants
use mpsc to send error to main?
(chores)
document public items
readme
make better
linting
standardize `use` statement order
refactor and clean up modules
too many items in `lib.rs`
add tests
unit test simple functions
integration test
perf: save raw bytes to file, instead of converting to image, when saving as .gif
this might be a little annoying to change
refactor: does `date_to_string` need `leading_zeros` parameter?
can be removed if gocomics accepts leading zeros
maybe just replace with manual `format!`