Docs.rs
pipeline-script-0.3.12
pipeline-script 0.3.12
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
yanguiyuan
Dependencies
ariadne ^0.5.1
normal
lazy_static ^1.5.0
normal
llvm-sys ^181.1.0
normal
logos ^0.15.0
normal
regex ^1.10.2
normal
slotmap ^1.0.7
normal
Versions
11.44%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
pipeline_
script
0.3.12
Module lexer
Module Items
Modules
Structs
Enums
In crate pipeline_
script
pipeline_script
Module
lexer
Copy item path
Source
Expand description
词法分析器模块 - 将源代码转换为token流
Modules
§
iter
position
token
Structs
§
Lexer
基于 logos 库的高性能词法分析器
Enums
§
State
词法分析器状态(保留用于兼容性)
Token
Type
兼容性实现:提供与原始 TokenType 枚举相似的功能