bing-wallpaper-url

Crates.iobing-wallpaper-url
lib.rsbing-wallpaper-url
version0.3.0
sourcesrc
created_at2020-05-16 11:57:06.034244
updated_at2023-03-10 18:41:28.723398
descriptionA crate for getting the url of Bing wallpaper
homepage
repositoryhttps://github.com/mkihr-ojisan/bing-wallpaper-url
max_upload_size
id242337
size51,516
(mkihr-ojisan)

documentation

README

bing-wallpaper-url

A Rust crate for getting the url of Bing wallpaper.

Usage of library

#[tokio::main]
async fn main() -> Result<(), bing_wallpaper_url::Error> {
    let url = bing_wallpaper_url::get_url().await?;
    println!("{}", url); //http://www.bing.com/hpwp/...
    Ok(())
}

Usage of executable

$ bing-wallpaper-url
https://www.bing.com/hpwp/9a5f9bbcc3f0298de8ef5c947510f8dc
Commit count: 0

cargo fmt