algorithmia-rust
algorithmia-rust copied to clipboard
A rust client library to query the Algorithmia API
Hi, It seems algorithmia-rust uses a version of the base64 library which is vulnerable to security issues. Please refer to https://github.com/RustSec/advisory-db/blob/master/Advisories.toml#L53 . patch commit : https://github.com/alicemaz/rust-base64/commit/24ead980daf11ba563e4fb2516187a56a71ad319 patched version : [">=...
According to [Rust release milestone predictions](https://internals.rust-lang.org/t/rust-release-milestone-predictions/4591?u=dtolnay), rustc-serialize is scheduled to be deprecated in next month's beta release of Rust.
When downloading a file using the `client.file(..).get();... io::copy(..)` operation, it occasionally fails to complete downloading the file in what seems like a broken pipe failure mode. The output from `.get()`...
The current rust client has a useful `.put_file()` for the DataDir: `client.dir(some_remote_dir).put_file(some_local_file);` Which is super useful! however, when you have a particular remote filename that's different from the local file...