-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
32 lines (24 loc) · 806 Bytes
/
TODO
File metadata and controls
32 lines (24 loc) · 806 Bytes
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
31
ci: automate github releases
doc: alternative source apis
add to readme
add arg docs
feat: overhaul error handling
difference between cloudflare 429 vs other 429?
document variants
rename variants
feat: use mpsc to send error to main?
doc: document public items
doc: readme
make better
chore: linting
standardize `use` statement order
refactor: refactor and clean up modules
too many items in `lib.rs`
feat(test): 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!`