Docs.rs
awk-rs-0.1.0
awk-rs 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
quinnjr
Dependencies
regex ^1
normal
thiserror ^1
normal
criterion ^0.5
dev
tempfile ^3
dev
Versions
32%
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
Module lexer
awk_rs
0.1.0
Module lexer
Module Items
Structs
Enums
Functions
In crate awk_
rs
awk_rs
Module
lexer
Copy item path
Source
Structs
§
Lexer
AWK lexer that tokenizes source code
Token
A token with its location in the source
Enums
§
Token
Kind
All token types in AWK
Functions
§
keyword_
to_
token
Map keyword strings to token kinds