lib-ngrok

Crates.iolib-ngrok
lib.rslib-ngrok
version0.2.1
sourcesrc
created_at2022-08-13 22:27:26.706005
updated_at2022-08-14 17:04:33.912519
descriptionNgrok downloader and runner.
homepage
repository
max_upload_size
id645071
size47,086
Tristan F. (LeoDog896)

documentation

README

lib_ngrok

rust crate for downloading and running an ngrok binary.

use lib_ngrok::download;
 
async fn download() -> Result<(), anyhow::Error> {
    let ngrok_path = &Path::new("ngrok");
    download::to_path(ngrok_path).await?;
}
Commit count: 0

cargo fmt