Docs.rs
bytebraise-syntax-0.1.0
bytebraise-syntax 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
chris-laplante
Dependencies
anyhow ^1
normal
bytebraise-lexer ^0.1.0
normal
cow-utils ^0.1.3
normal
derive_builder ^0.20.2
normal
itertools ^0.14.0
normal
maplit ^1
normal
nested_intervals ^0.6.0
normal
rowan ^0.16.1
normal
thiserror ^2
normal
Versions
6.11%
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
bytebraise_
syntax
0.1.0
Module ast
Module Items
Modules
Structs
Traits
In bytebraise_
syntax::
syntax
bytebraise_syntax
::
syntax
Module
ast
Copy item path
Source
Modules
§
nodes
quoted_
value
support
tokens
Structs
§
AstChildren
An iterator over
SyntaxNode
children of a particular AST type.
Traits
§
AstNode
The main trait to go from untyped
SyntaxNode
to a typed ast. The conversion itself has zero runtime cost: ast and syntax nodes have exactly the same representation: a pointer to the tree root and a pointer to the node itself.
AstToken
Like
AstNode
, but wraps tokens rather than interior nodes.