Docs.rs
  • rustyscript-0.8.2
    • rustyscript 0.8.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rscarson
    • Dependencies
      • deno_ast ^0.41.2 normal
      • deno_cache ^0.96.0 normal optional
      • deno_console ^0.164.0 normal optional
      • deno_core ^0.299.0 normal
      • deno_crypto ^0.178.0 normal optional
      • deno_fetch ^0.188.0 normal optional
      • deno_io ^0.74.0 normal optional
      • deno_net ^0.156.0 normal optional
      • deno_tls ^0.151.0 normal optional
      • deno_url ^0.164.0 normal optional
      • deno_web ^0.195.0 normal optional
      • deno_webidl ^0.164.0 normal optional
      • deno_websocket ^0.169.0 normal optional
      • deno_webstorage ^0.159.0 normal optional
      • http ^1.1.0 normal optional
      • libc ^0.2.155 normal optional
      • nix =0.29.0 normal optional
      • once_cell ^1.19.0 normal optional
      • paste ^1.0.15 normal
      • reqwest =0.12.5 normal optional
      • rustyline =14.0.0 normal optional
      • serde ^1.0.204 normal
      • thiserror ^1.0.63 normal
      • tokio ^1.39.2 normal
      • winapi =0.3.9 normal optional
      • criterion ^0.5.1 dev
      • version-sync ^0.9.5 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • 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

rustyscript0.8.2

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

List of all items

Structs

  • ExtensionOptions
  • Module
  • ModuleHandle
  • ModuleWrapper
  • Runtime
  • RuntimeBuilder
  • RuntimeOptions
  • StaticModule
  • error::ErrorFormattingOptions
  • js_value::Function
  • js_value::Map
  • js_value::Promise
  • js_value::String
  • js_value::Value
  • worker::DefaultWorker
  • worker::DefaultWorkerOptions
  • worker::Worker
  • worker::WorkerPool

Enums

  • error::Error
  • worker::DefaultWorkerQuery
  • worker::DefaultWorkerResponse

Traits

  • RsAsyncFunction
  • RsFunction
  • module_loader::ClonableSource
  • module_loader::ImportProvider
  • module_loader::ModuleCacheProvider
  • worker::InnerWorker

Macros

  • async_callback
  • big_json_args
  • json_args
  • module
  • sync_callback

Functions

  • evaluate
  • import
  • init_platform
  • resolve_path
  • validate

Type Aliases

  • Undefined