Docs.rs
  • instruct-0.1.0
    • instruct 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • manuel2258
    • Dependencies
      • anyhow ^1 normal
      • clap ^3 normal
      • fern ^0.6 normal
      • figment ^0.10 normal
      • lazy_static ^1 normal
      • log ^0.4 normal
      • nom ^7 normal
      • regex ^1 normal
      • serde =1.0.136 normal
      • thiserror ^1 normal
    • Versions
    • 0% 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

instruct0.1.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • cli::Cli
  • config::Config
  • config::Module
  • interpreter::Interpreter
  • interpreter::RootNamespace
  • parse::ast::Executeable
  • parse::ast::Namespace
  • parse::ast::VariableBindings

Enums

  • TaskLangError
  • interpreter::InterpreterError
  • parse::ParseError
  • parse::ast::ExecuteableType
  • parse::ast::NamespaceOrExecuteable
  • parse::ast::NamespaceType
  • parse::ast::VariableBinding

Functions

  • logger::setup_logger
  • parse::load_and_parse
  • run