Expand description
A crate containing primitives for reading and writing Silkroad Online’s pk2 archive format.
§Features
euc-kr: enabled by default, addsencoding_rsas a dependency which changes string reading and writing to use theeuc-krencoding which is required for the original game archives.
Re-exports§
pub use self::error::InvalidKey;
Modules§
- block_
chain - blowfish
- Simple little endian blowfish implementation
- chain_
index - entry
- header
Structs§
- Block
Offset - Offset into the stream for a given block.
- Chain
Offset - Offset into the stream for a given chain. This is also used as an index into the block manager, hence the name.
- FILETIME
- Windows
FILETIME - Stream
Offset - Offset into the stream for generic data.