storelib_rs 0.1.0

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

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