Docs.rs
vmf-forge-0.4.1
vmf-forge 0.4.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
IaVashik
Dependencies
derive_more ^2.0.1
normal
indexmap ^2.8.0
normal
pest ^2.8.0
normal
pest_derive ^2.8.0
normal
serde ^1.0.219
normal
optional
thiserror ^2.0.12
normal
criterion ^0.5.1
dev
iai-callgrind ^0.14.0
dev
pretty_assertions ^1.4.1
dev
pest_generator ^2.8.0
build
Versions
91.46%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vmf_
forge
0.4.1
Module parser
Module Items
Enums
Functions
In crate vmf_
forge
vmf_forge
Module
parser
Copy item path
Source
Expand description
This module provides the VMF parser implementation using the
pest
parsing library.
Enums
§
Rule
Functions
§
parse_
vmf
Parses a VMF string into a
VmfFile
struct.