Docs.rs
runic-kit-0.0.1
runic-kit 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
SpideyZac
Dependencies
colored ^3.0.0
normal
Versions
97.78%
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
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
Crate runic_kit
runic_
kit
0.0.1
All Items
Crate Items
Modules
Macros
Crate
runic_
kit
Copy item path
Source
Modules
§
error
This module provides error handling utilities.
lexer
This module defines the
Lexer
struct and the
LexerRule
trait. The
Lexer
is responsible for tokenizing the source code based on the provided rules. The
LexerRule
trait defines the interface for lexer rules that can be used to generate
source
This module defines the
Source
struct, which encapsulates source code and its associated filename.
span
This module defines the
Span
struct, which represents a span of text in a source file. It also provides utilities for working with spans.
token
This module defines the
Token
struct, which represents a token in the source code.
Macros
§
match_
string
Creates a lexer rule that matches a specific string.
match_
word
Creates a lexer rule that matches a specific word. Words are the sequences of strings that are separated by a space.
rules_
vec
Creates a vector of lexer rules.