Docs.rs
rexlang-ast-3.9.2
rexlang-ast 3.9.2
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
peterkelly
Dependencies
async-recursion ^1
normal
async-trait ^0.1
normal
chrono ^0.4
normal
regex ^1
normal
rexlang-lexer ^3.9.2
normal
rpds ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
tokio ^1
normal
uuid ^1
normal
Versions
1.21%
of the crate is documented
Go to latest version
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
Skip to main content
Scope
rexlang_
ast
3.9.2
Scope
Aliased Type
In rexlang_
ast::
expr
rexlang_ast
::
expr
Type Alias
Scope
Copy item path
Source
pub type Scope =
HashTrieMapSync
<
Symbol
,
Arc
<
Expr
>>;
Aliased Type
ยง
pub struct Scope {
/* private fields */
}