Docs.rs
  • exp-rs-0.1.0
    • exp-rs 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • cosmikwolf
    • Dependencies
      • bitflags ^2.9.0 normal
      • hashbrown ^0.15.2 normal
      • libm ^0.2 normal
      • serde ^1.0 normal
      • cbindgen ^0.28 build
    • Versions
    • 66.3% 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

exp_rs0.1.0

Crate Items

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

List of all items

Structs

  • Box
  • String
  • Vec
  • context::EvalContext
  • context::FunctionRegistry
  • context::UserFunction
  • ffi::EvalContextOpaque
  • ffi::EvalResult
  • lexer::Lexer
  • lexer::Token
  • types::ExpressionFunction
  • types::NativeFunction

Enums

  • error::ExprError
  • types::AstExpr
  • types::ExprKind
  • types::TokenKind

Traits

  • ToString
  • context::CloneShallowNativeFunctions
  • eval::CustomFunction

Macros

  • assert_approx_eq

Functions

  • engine::interp
  • engine::parse_expression
  • engine::parse_expression_with_context
  • engine::parse_expression_with_reserved
  • eval::eval_ast
  • expression_functions::eval_expression_function
  • ffi::exp_rs_context_eval
  • ffi::exp_rs_context_free
  • ffi::exp_rs_context_new
  • ffi::exp_rs_context_register_expression_function
  • ffi::exp_rs_context_set_parameter
  • ffi::exp_rs_eval
  • ffi::exp_rs_free_error
  • functions::abs
  • functions::acos
  • functions::add
  • functions::asin
  • functions::atan
  • functions::atan2
  • functions::ceil
  • functions::comma
  • functions::cos
  • functions::cosh
  • functions::div
  • functions::dummy
  • functions::e
  • functions::exp
  • functions::floor
  • functions::fmod
  • functions::ln
  • functions::log
  • functions::log10
  • functions::max
  • functions::min
  • functions::mul
  • functions::neg
  • functions::pi
  • functions::pow
  • functions::sign
  • functions::sin
  • functions::sinh
  • functions::sqrt
  • functions::sub
  • functions::tan
  • functions::tanh

Type Aliases

  • Real
  • error::Result

Constants

  • constants::E
  • constants::PI
  • constants::TEST_PRECISION