Docs.rs
  • simplexpr-0.1.0
    • simplexpr 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • elkowar
    • Dependencies
      • eww_shared_util ^0.1.0 normal
      • itertools ^0.10 normal
      • lalrpop-util ^0.19.5 normal
      • levenshtein ^1.0 normal
      • once_cell ^1.8.0 normal
      • regex ^1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • strum ^0.21 normal
      • thiserror ^1.0 normal
      • insta ^1.7 dev
      • lalrpop ^0.19.5 build
    • Versions
    • 3.75% 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
logo

logo

Crate simplexpr

logo
Change settings

List of all items

Structs

  • dynval::ConversionError
  • dynval::DynVal
  • parser::lexer::Lexer
  • parser::lexer::LexicalError
  • simplexpr_parser::Expr0Parser
  • simplexpr_parser::Expr1Parser
  • simplexpr_parser::Expr2Parser
  • simplexpr_parser::Expr3Parser
  • simplexpr_parser::Expr4Parser
  • simplexpr_parser::Expr5Parser
  • simplexpr_parser::Expr6Parser
  • simplexpr_parser::ExprParser

Enums

  • ast::BinOp
  • ast::SimplExpr
  • ast::UnaryOp
  • error::Error
  • eval::EvalError
  • parser::lexer::StrLitSegment
  • parser::lexer::Token

Traits

  • dynval::FromDynVal
  • simplexpr_parser::__ToTriple

Macros

  • spanned

Functions

  • parser::lalrpop_helpers::b
  • parser::lalrpop_helpers::parse_stringlit
  • parser::parse_string

Typedefs

  • dynval::Result
  • error::Result
  • parser::lexer::Sp

Statics

  • parser::lexer::STR_INTERPOLATION_END
  • parser::lexer::STR_INTERPOLATION_START