msvc_def 0.1.0

Library for reading Microsoft Module Definition (.def) files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Gtker <github@gtker.com"]
categories = ["no-std", "no-std::no-alloc", "parser-implementations", "config"]
description = "Library for reading Microsoft Module Definition (.def) files."
edition = "2021"
exclude = [".github", "release.toml", "pre-release.sh"]
keywords = ["msvc", "module-file", "def", "linker", "microsoft"]
license = "MIT OR Apache-2.0"
name = "msvc_def"
readme = "README.md"
repository = "https://www.github.com/gtker/msvc_def"
rust-version = "1.65.0"
version = "0.1.0"