rust_dos_header 0.1.1

一个基于Rust实现的dos文件读取器,可读取exe,dll等文件的dos头信息
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rust_dos_header"
version = "0.1.1"
edition = "2021"
authors = ["Inotart"]
description = "一个基于Rust实现的dos文件读取器,可读取exe,dll等文件的dos头信息"
license = "MIT"
repository = "https://github.com/Inotart/rust_dos_header.git"
homepage = "https://github.com/Inotart/rust_dos_header.git"
readme = "README.md"
[dependencies]