storelib_rs 0.1.9

Rust port of StoreLib - Microsoft Store API client
Documentation
1
2
3
4
5
6
7
8
pub mod helpers;
pub mod sleep;

pub use helpers::{
    create_dcat_batch_uri, create_dcat_uri, endpoint_to_base_url, endpoint_to_search_url,
    string_to_package_type,
};
pub use sleep::sleep;