Docs.rs
hk-parser-0.1.0
hk-parser 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
michal92299
Dependencies
indexmap ^2.1.0
normal
lazy_static ^1.4.0
normal
nom ^7.1.3
normal
nom_locate ^4.2.0
normal
regex ^1.10.3
normal
serde ^1.0
normal
thiserror ^1.0
normal
pretty_assertions ^1.4
dev
Versions
29.03%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
parse_hk
hk_
parser
0.1.0
hk_parser
Function
parse_
hk
Copy item path
Source
pub fn parse_hk(input: &
str
) ->
Result
<
HkConfig
,
HkError
>
Expand description
Parses a .hk file from a string input.