Docs.rs
parser-test-0.3.3
parser-test 0.3.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
romixlab
Dependencies
Versions
14.29%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
parser_
test
0.3.3
Module highlighter
Module Items
Structs
In crate parser_
test
parser_test
Module
highlighter
Copy item path
Source
Structs
§
Highlighter
Helper type that create (start, end) iterator over strings like “| ^–^ ^^”. Allows to write parser tests as follows: test( “struct X { field: u32 }”, “ | ^—^ ^-^ “, type_name(“X”), ident_name(“field”), any_ty(“u32”) );