maidsafe / rust_sodium

This crate is no longer maintained. Looking for maintainers.
BSD 3-Clause "New" or "Revised" License
77 stars 34 forks source link

chore/build: update process used to download native libsodium #28

Closed Fraser999 closed 7 years ago

Fraser999 commented 7 years ago

This replaces the two different methods used to download libsodium (a Powershell command for Windows and a curl command otherwise) with a single one implemented in Rust via the reqwest crate.

Fraser999 commented 7 years ago

Closed in favour of #29.