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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -