Docs.rs
oq3_syntax-0.7.0
oq3_syntax 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jlapeyre
Dependencies
cov-mark ^2.0.0-pre.1
normal
either ^1.7.0
normal
indexmap ^2.0.0
normal
itertools ^0.10.5
normal
once_cell ^1.17.0
normal
oq3_lexer ^0.7.0
normal
oq3_parser ^0.7.0
normal
rowan <=0.15.15
normal
rustc-hash ^1.1.0
normal
rustversion ^1.0
normal
smol_str ^0.2.0
normal
triomphe <=0.1.11
normal
xshell ^0.2.2
normal
clap ~4.4
dev
expect-test ^1.4.0
dev
proc-macro2 ^1.0.47
dev
quote ^1.0.20
dev
rayon ^1.6.1
dev
ungrammar ^1.16.1
dev
Versions
7.61%
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
oq3_
syntax
0.7.0
Syntax
Token
Aliased Type
Trait Implementations
Element
In oq3_
syntax::
syntax_
node
oq3_syntax
::
syntax_node
Type Alias
SyntaxToken
Copy item path
Source
pub type SyntaxToken =
SyntaxToken
<
OpenQASM3Language
>;
Aliased Type
§
struct SyntaxToken {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Element
for
SyntaxToken
Source
§
fn
syntax_element
(self) ->
SyntaxElement