ltk_file 0.2.2

Core IO and file abstractions for League Toolkit
Documentation
1
2
3
4
5
6
7
8
//! Utility module for identifying/working with League of Legends file types.
//!
//! See [`LeagueFileKind`] for more information.
mod kind;
mod pattern;

pub use kind::*;
pub use pattern::MAX_MAGIC_SIZE;