gamebox 0.1.2

A powerful Rust library for game collection management with automatic scanning, intelligent metadata retrieval from multiple databases (DLsite, IGDB, TheGamesDB), and smart matching algorithms
Documentation
1
2
3
4
5
pub mod game_metadata_filter;
pub mod json_output;

// 重新导出常用的 trait
pub use json_output::JsonOutput;