vmd_parser 0.1.0

load and save .vmd animation file.
Documentation
[package]
name = "vmd_parser"
version = "0.1.0"
edition = "2021"
authors = ["邱仕洪 <823984418@qq.com>"]
keywords = ["vmd", "format_parser"]
categories = ["parser-implementations"]
description = "load and save .vmd animation file."
license = "MIT OR Apache-2.0"
repository = "https://github.com/823984418/vmd_parser"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dependencies.byteorder]
version = "1.5"

[dependencies.thiserror]
version = "1.0"

[dependencies.encoding_rs]
version = "0.8"