- Updated to nse 0.1.2
- Fixed Isahc version to 1.7.1 instead of git master branch due to failing curl-sys build
- Commented code better
- Updatd to nse 0.1.1
- Improved upgrade code to be faster and more clean
- Immediately fail if rate limit error occured
- Show the http requests response status alongwith timetaken and no of retries it took while completing the request.
- This changelog
- Command line interface and corresponding code (under progress with
cli.rs
andcli.yaml
) NetworkData
&OhlcvRecord
struct for nsefetch- JSON file write
does_exist()
function for checking if a mod exists- Error codes
- Moved util.rs to
nse
mod folder - Made all panics into
println!
s and exits (with descriptive error codes) - Commented code better