Skip to content

tristan-f-r/lib-ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?;
}

About

simple ngrok downloader and runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages