Docs.rs
litcheck-filecheck-0.2.0
litcheck-filecheck 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bitwalker
Dependencies
aho-corasick ^1.1
normal
anyhow ^1.0
normal
bitflags ^2.4
normal
bstr ^1.9
normal
clap ^4.1
normal
either ^1.9
normal
im-rc ^15.1
normal
lalrpop-util ^0.20
normal
litcheck-core ^0.2.0
normal
log ^0.4
normal
logos ^0.13
normal
memchr ^2.7
normal
miette ^5.10
normal
regex ^1.10
normal
regex-automata ^0.4
normal
regex-syntax ^0.8
normal
rustc-hash ^1.1
normal
smallvec ^1.9
normal
thiserror ^1.0
normal
pretty_assertions ^1.0
dev
lalrpop ^0.20
build
Versions
19.46%
of the crate is documented
Go to latest version
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
litcheck_filecheck
0.2.0
Module parse
Structs
Enums
Traits
Type Aliases
In crate litcheck_filecheck
?
Module
litcheck_filecheck
::
parse
source
·
[
−
]
Structs
§
CheckFileParser
Lexer
The lexer that is used to tokenize a check file
Enums
§
LexerError
ParserError
Token
The token type produced by [Lexer]
Traits
§
Parser
Type Aliases
§
Lexed
The value produced by the
Lexer
when iterated
ParseError
ParseResult