#bing #url #壁纸 #tokio

bin+lib bing-wallpaper-url

用于获取必应壁纸URL的crate

3个版本 (重大变更)

0.3.0 2023年3月10日
0.2.0 2020年5月17日
0.1.0 2020年5月16日

#bing中排名10

每月下载次数31

MIT许可

15KB

bing-wallpaper-url

一个用于获取必应壁纸URL的Rust crate。

库使用方法

#[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(())
}

可执行文件使用方法

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

依赖项

~12–17MB
~333K SLoC