Docs.rs
kll-compiler-0.1.3
kll-compiler 0.1.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
haata
Dependencies
alphanumeric-sort ^1.5
normal
clap ^3.2
normal
derive-object-merge ^0.1.0-alpha1
normal
enum-utils ^0.1
normal
kll-core ^0.1
normal
layouts-rs ^0.1
normal
log ^0.4
normal
object-merge ^0.1.0-alpha1
normal
pest ^2.6
normal
pest_consume ^1.1
normal
pest_derive ^2.6
normal
flexi_logger ^0.25
dev
Versions
4.52%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kll_
compiler
0.1.3
kll_compiler
Function
parse
Copy item path
Source
pub fn parse(text: &
str
) ->
Result
<
KllFile
<'_>,
PestError
>