Docs.rs
  • rust_lisp-0.7.2
    • rust_lisp 0.7.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • brundonsmith
    • Dependencies
      • cfg-if ^1.0 normal
      • num-bigint ^0.4 normal
      • num-traits ^0.2 normal
    • Versions
    • 25.93% of the crate is documented
  • Go to latest version
  • 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 rust_lisp

logo
Change settings

List of all items

Structs

  • model::Env
  • model::Lambda
  • model::List
  • model::RuntimeError

Enums

  • model::Value

Macros

  • lisp

Functions

  • default_env
  • eval
  • eval_block
  • parse
  • start_repl
  • utils::require_float_parameter
  • utils::require_int_parameter
  • utils::require_list_parameter
  • utils::require_parameter
  • utils::require_string_parameter

Typedefs

  • model::FloatType
  • model::IntType