//! A crate containing primitives for reading and writing Silkroad Online's pk2 archive format.
//!
//! # Features
//!
//! - `euc-kr`: enabled by default, adds `encoding_rs` as a dependency which changes string reading
//! and writing to use the `euc-kr` encoding which is required for the original game
//! archives.
extern crate alloc;
pub use ;
pub use FILETIME;
pub use *;