Docs.rs
shape-ast-0.1.8
shape-ast 0.1.8
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
DAmesberger
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
logos ^0.13
normal
ordered-float ^3.9
normal
pest ^2.8
normal
pest_derive ^2.8
normal
rust_decimal ^1.36
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
Versions
41.73%
of the crate is documented
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
Module span
shape_
ast
0.1.8
Module span
Module Items
Structs
Traits
In shape_
ast::
ast
shape_ast
::
ast
Module
span
Copy item path
Source
Expand description
Source span tracking for AST nodes
Structs
§
Span
Lightweight source span for AST nodes. Stores byte offsets from the beginning of the source text.
Traits
§
Spanned
Trait for AST nodes that have source location information