index
:
reflectub
make-errors-more-traceable
make-errors-more-traceable-2
master
Mirror a user’s GitHub repositories
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Cargo.lock
Age
Commit message (
Expand
)
Author
2022-06-04
Increase version v0.0.2 -> v0.0.3
HEAD
v0.0.3
master
Teddy Wing
2022-06-03
Cargo.toml: Update 'thiserror' to v1.0.31
Teddy Wing
2022-06-03
Update Cargo.lock
Teddy Wing
2021-06-12
Process repositories on multiple threads
Teddy Wing
2021-06-12
Switch from 'reqwest' to 'ureq'; Remove async
Teddy Wing
2021-06-11
Replace 'sqlx' with 'rusqlite'
Teddy Wing
2021-06-07
Switch `futures::executor` to Tokio runtime
Teddy Wing
2021-06-06
Provide an option to skip repos larger than a given size
Teddy Wing
2021-06-06
Make repo mirroring multi-threaded
Teddy Wing
2021-06-05
Add command line option parsing
Teddy Wing
2021-05-30
Set repository mtime to GitHub `updated_at` time
Teddy Wing
2021-05-30
Replace boxed errors with concrete error types
Teddy Wing
2021-05-30
database: Use a custom `Error` type
Teddy Wing
2021-05-29
Start setting up database interface
Teddy Wing
2021-05-29
Work out how to mirror a Git repository
Teddy Wing
2021-05-29
Parse GitHub API response to a struct
Teddy Wing
2021-05-29
Make a test request to the GitHub API to get user repos
Teddy Wing
2021-05-29
New Rust v1.50.0 project
Teddy Wing