Docs.rs
qalqulator-0.1.0
qalqulator 0.1.0
Permalink
Docs.rs crate page
AGPL-3.0-or-later
31 July 2026
Links
Repository
crates.io
Source
Owners
Gadiguibou
Dependencies
anyhow ^1.0.65
normal
directories ^4.0.1
normal
gcd ^2.1.0
normal
pest ^2.4.0
normal
pest_derive ^2.4.0
normal
rustyline ^10.0.0
normal
Versions
1.54%
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
All
qalqulator
0.1.0
Crate Items
Structs
Enums
Functions
Type Aliases
List of all items
Structs
ast::Ast
parser::Parser
rational::Rational
Enums
ast::BinaryOp
ast::Node
ast::UnaryOp
eval::Number
parser::Rule
rational::PowResult
Functions
eval::eval
run
Type Aliases
eval::Env