Docs.rs
  • siffra-0.2.2
    • siffra 0.2.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ImpossibleReality
    • Dependencies
      • astro-float ^0.9.3 normal
      • lazy_static ^1.4.0 normal
      • periodic-table-on-an-enum ^0.3.2 normal
      • pest ^2.7 normal
      • pest_derive ^2.7.5 normal
    • Versions
    • 2.26% 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

siffra0.2.2

  • Macros
  • Structs
  • Enums
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • evaluation::SiffraState
  • grammar::SiffraParser
  • grammar::Span
  • grammar::representation::ParsedDimension
  • grammar::representation::ParsedUnit
  • representations::Compound
  • representations::Dimension
  • representations::Element
  • representations::Expression
  • representations::Float
  • representations::Value

Enums

  • grammar::Rule
  • grammar::representation::Op
  • grammar::representation::OpPost
  • grammar::representation::OpPre
  • grammar::representation::ParsedExpr
  • grammar::representation::ParsedLine
  • representations::Amount
  • representations::Angle
  • representations::InnerExpression
  • representations::Length
  • representations::Mass
  • representations::Quantity
  • representations::QuantityKind
  • representations::TemperatureInterval
  • representations::Time

Macros

  • quantity
  • ratio
  • siffra_error
  • siffra_try

Functions

  • evaluation::evaluate_expr
  • evaluation::evaluate_line
  • grammar::parse_expr
  • grammar::parse_line
  • grammar::parse_unit_expr

Type Aliases

  • evaluation::EvaluationResult