RaysoRS
Dependencies:
Usage
Make sure you are running geckodriver in the background if you are doing downloads as this project uses the geckodriver webdriver.
You can use the library as follows:
use ;
const CODE: &str = r#"fn main() {
println!("Hello, world!");
}"#;
async
Note: the downloader::download(config)... is the only part that requires geckodriver to be running in the background.