Downloading Rust crates using a web browser -


is there way download rust dependencies using web browser? have internet access through web browser not through command prompt (windows).

i know can set local fileserver , set cargo use mirror, doesn't if can't crates in first place.

edit:

see related github issue, closed.

you can use following address:

https://crates.io/api/v1/crates/name/version/download

to download crates directly crates.io - change name , version download specific version of crate.

the downloaded file has .crate extension, it's tarball (.tar.gz).


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -