Crate uniget_screenshots

Source
Expand description

§UniGet Screenshots

Crates.io Crates.io Crates.io

This crate provides data structures for working with the UniGetUI screenshots database.

§Usage

Add this to your Cargo.toml:

[dependencies]
uniget-screenshots = "0.1"

Then, you can use the v1 and v2 modules to work with the database.

§License

Licensed under the Apache License, Version 2.0.

Made with 💗 by Juliette Cordor

Re-exports§

pub use v2::*;

Modules§

v1Deprecated
Data structures representing the v1 version of the database
v2
Data structures representing the v2 version of the database