rust_dos_header 0.1.0

一个基于Rust实现的dos文件读取器,可读取exe,dll等文件的dos头信息
Documentation
[dependencies]

[lib]
name = "rust_dos_header"
path = "src/lib.rs"

[package]
authors = ["Inotart"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "一个基于Rust实现的dos文件读取器,可读取exe,dll等文件的dos头信息"
edition = "2021"
homepage = "https://github.com/Inotart/rust_dos_header.git"
license = "MIT"
name = "rust_dos_header"
readme = "README.md"
repository = "https://github.com/Inotart/rust_dos_header.git"
version = "0.1.0"