Docs.rs
  • quickscript-0.5.5
    • quickscript 0.5.5
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • RedstoneWizard08
    • Dependencies
      • anyhow ^1.0.75 normal
      • clap ^4.3.24 normal
      • clap-verbosity-flag ^2.1.0 normal
      • clap_complete ^4.3.2 normal
      • const_format ^0.2.32 normal
      • cranelift ^0.101.0 normal
      • cranelift-codegen ^0.101.0 normal
      • cranelift-frontend ^0.101.0 normal
      • cranelift-module ^0.101.0 normal
      • cranelift-native ^0.101.0 normal
      • cranelift-object ^0.101.0 normal
      • log ^0.4.20 normal
      • notify ^6.1.1 normal
      • object ^0.32.1 normal
      • phf ^0.11.2 normal
      • pretty_env_logger ^0.5.0 normal
      • qsc-cranelift-jit ^0.104.0 normal
      • rand ^0.8.5 normal
      • target-lexicon ^0.12.12 normal
      • tempfile ^3.8.1 normal
      • which ^5.0.0 normal
    • Versions
    • 12.39% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

quickscript0.5.5

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Statics
  • Traits
  • Functions

List of all items

Structs

  • ast::AstParser
  • cmd::Cli
  • cmd::compile::CompileCommand
  • cmd::completions::CompletionsCommand
  • cmd::run::RunCommand
  • cmd::watch::WatchCommand
  • codegen::backend::CraneliftBackend
  • tokenizer::Tokenizer
  • tokenizer::consumer::Cursor
  • translator::func::FunctionTranslator
  • types::Type

Enums

  • ast::expr::Definition
  • ast::expr::Expression
  • ast::expr::Operation
  • cmd::Commands
  • tokenizer::token::operator::Operator
  • tokenizer::token::ttype::TokenType

Traits

  • cmd::Command
  • codegen::jit::JITFinish
  • types::clif::IntoClifType
  • util::AsCharVec

Macros

  • exists_return

Functions

  • ast::is_next_decimal
  • ast::or_err
  • codegen::data::create_data
  • linker::command_exists
  • linker::get_default_linker
  • linker::get_dynamic_linker
  • linker::get_library_dir
  • strip::strip_binary
  • util::name_no_ext
  • util::name_str_no_ext
  • util::random_string
  • util::split_vec

Statics

  • types::clif::PREDEFINED_TYPES

Constants

  • cmd::LONG_VERSION
  • cmd::VERSION
  • target::ENV
  • tokenizer::token::operator::OPERATORS