Docs.rs
precise-calc-0.1.2
precise-calc 0.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Callum-Irving
Dependencies
astro-float ^0.6.8
normal
lazy_static ^1.4.0
normal
nom ^7.1.3
normal
serde ^1.0.160
normal
thiserror ^1.0.40
normal
Versions
100%
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
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
Module ast
precise_
calc
0.1.2
Module ast
Module Items
Structs
Enums
In crate precise_
calc
precise_calc
Module
ast
Copy item path
Source
Expand description
Contains all the enums used to represent the AST.
Structs
§
Builtin
Func
Builtin function (like log or sqrt).
User
Func
User-defined function.
Enums
§
Atom
Binary
Op
Calc
Func
A function that can be called by the user.
Calc
Func
Ref
Holds a reference to a builtin or user-defined function.
Expr
Stmt
UnaryOp