1
2
3
4
5
6
7
8
9
10
//! A client library for 3DS title DBs.
//!
//! This library can use multiple sources to get title data, each with pros and cons. Each source has its own module with associated structs and methods. So far there are:
//!
//! - xml: 3dsdb.com

#[cfg(feature = "xml")]
pub mod xml;