Docs.rs
  • openscript-0.1.0
    • openscript 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • llamasearchai
    • Dependencies
      • anyhow ^1.0.86 normal
      • async-trait ^0.1.81 normal
      • dashmap ^6.1 normal
      • indexmap ^2.1 normal
      • once_cell ^1.19 normal
      • parking_lot ^0.12 normal
      • regex ^1.10 normal
      • serde ^1.0.204 normal
      • serde_json ^1.0.120 normal
      • smallvec ^1.11 normal
      • thiserror ^1.0.63 normal
      • tokio ^1.39.1 normal
      • tracing ^0.1.40 normal
      • uuid ^1.9.1 normal
      • criterion ^0.6 dev
      • pretty_assertions ^1.4 dev
      • proptest ^1.4 dev
      • tokio-test ^0.4 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

openscript0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Script
  • ast::Parameter
  • ast::Program
  • lexer::Lexer
  • lexer::Token
  • parser::Parser
  • runtime::Environment
  • runtime::Runtime
  • value::Function
  • value::NativeFunction

Enums

  • ast::AssignmentOperator
  • ast::AssignmentTarget
  • ast::BinaryOperator
  • ast::Expression
  • ast::Statement
  • ast::StringPart
  • ast::Type
  • ast::UnaryOperator
  • error::Error
  • error::ErrorSeverity
  • lexer::TokenKind
  • value::Value

Traits

  • value::Visitor
  • value::VisitorMut

Functions

  • execute

Type Aliases

  • error::Result