pmx_parser

Crates.iopmx_parser
lib.rspmx_parser
version0.2.0
created_at2023-11-10 12:57:12.53499+00
updated_at2023-11-12 02:22:21.879702+00
descriptionload and save .pmx model file.
homepage
repositoryhttps://github.com/823984418/pmx_parser
max_upload_size
id1031095
size93,001
(823984418)

documentation

README

pmx_parser

load '.pmx' file

pub fn pmx_read<R: Read>(read: &mut R) -> Result<(Header, Pmx), PmxError>

save '.pmx' file

pub fn pmx_write<W: Write>(write: &mut W, pmx: &Pmx, version: f32) -> Result<(), PmxError>
Commit count: 8

cargo fmt