Docs.rs
  • arithmetic-eval-0.3.0
    • arithmetic-eval 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • slowli
    • Dependencies
      • anyhow ^1.0.27 normal
      • arithmetic-parser ^0.3.0 normal
      • derive_more ^0.99.7 normal
      • hashbrown ^0.11.0 normal
      • num-bigint ^0.4.0 normal optional
      • num-complex ^0.4.0 normal optional
      • num-traits ^0.2.14 normal
      • anyhow ^1.0.27 dev
      • assert_matches ^1.3.0 dev
      • criterion ^0.3.1 dev
      • glass_pumpkin ^1.0.0 dev
      • nom ^6 dev
      • pulldown-cmark ^0.8.0 dev
      • rand ^0.8.3 dev
      • sha2 ^0.9.2 dev
      • static_assertions ^1.1.0 dev
      • typed-arena ^2.0.1 dev
      • version-sync ^0.9 dev
    • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

arithmetic_eval0.3.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Assertions
  • CallContext
  • Comparisons
  • Environment
  • ExecutableModule
  • ExecutableModuleBuilder
  • IndexedId
  • InterpretedFn
  • ModuleImports
  • OpaqueRef
  • Prelude
  • WildcardId
  • WithArithmetic
  • arith::Checked
  • arith::CheckedArithmetic
  • arith::FullArithmetic
  • arith::ModularArithmetic
  • arith::NegateOnlyZero
  • arith::StdArithmetic
  • arith::Unchecked
  • arith::WrappingArithmetic
  • error::BacktraceElement
  • error::CodeInModule
  • error::Error
  • error::ErrorWithBacktrace
  • fns::Array
  • fns::Assert
  • fns::AssertEq
  • fns::Dbg
  • fns::Filter
  • fns::FnWrapper
  • fns::Fold
  • fns::FromValueError
  • fns::If
  • fns::Len
  • fns::Loop
  • fns::Map
  • fns::Merge
  • fns::Push
  • fns::While

Enums

  • Function
  • Value
  • ValueType
  • error::ArithmeticError
  • error::AuxErrorInfo
  • error::ErrorKind
  • error::RepeatedAssignmentContext
  • error::TupleLenMismatchContext
  • error::UnsupportedType
  • fns::Compare
  • fns::ErrorOutput
  • fns::FromValueErrorKind
  • fns::FromValueErrorLocation

Traits

  • CompilerExt
  • ModuleId
  • NativeFn
  • Number
  • VariableMap
  • arith::Arithmetic
  • arith::ArithmeticExt
  • arith::CheckedArithmeticKind
  • arith::DoubleWidth
  • arith::OrdArithmetic
  • fns::IntoEvalResult
  • fns::TryFromValue

Macros

  • wrap_fn
  • wrap_fn_with_context

Functions

  • fns::wrap

Type Aliases

  • SpannedValue
  • error::EvalResult
  • fns::Binary
  • fns::Quaternary
  • fns::Ternary
  • fns::Unary