Docs.rs
aura-lang-0.1.0
aura-lang 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
29 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
ilyabrin
Dependencies
ariadne ^0.6
normal
optional
clap ^4
normal
optional
indexmap ^2
normal
serde_json ^1
normal
sha2 ^0.11
normal
toml ^1
normal
ureq ^3
normal
optional
yaml-rust2 ^0.11
normal
criterion ^0.8
dev
proptest ^1
dev
Versions
26.97%
of the crate is documented
Platform
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 parser
aura_
lang
0.1.0
Module parser
Module Items
Modules
Structs
In crate aura_
lang
aura_lang
Module
parser
Copy item path
Source
Expand description
Recursive descent + Pratt expression parser (SPEC §3).
Modules
§
ast
Aura AST (SPEC §3.1). Zero-copy: names and strings are slices of the source.
Structs
§
Parser