Docs.rs
  • sidevm-0.1.10
    • sidevm 0.1.10
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • kvinwang
    • Dependencies
      • derive_more ^0.99 normal
      • futures ^0.3 normal
      • hyper ^0.14.18 normal optional
      • lazy_static ^1 normal
      • log ^0.4.16 normal
      • pin-project ^1 normal
      • parity-scale-codec ^3.1 normal
      • sidevm-env ^0.1.6 normal
      • sidevm-logger ^0.1.0 normal
      • sidevm-macro ^0.1.0 normal
      • tokio ^1 normal optional
    • 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
    • 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

sidevm0.1.10

Crate Items

  • Structs
  • Functions
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • ResourceId
  • channel::Next
  • channel::OneshotSender
  • channel::Query
  • channel::Receiver
  • exec::HyperExecutor
  • net::Acceptor
  • net::AddrIncoming
  • net::AddrStream
  • net::HttpConnector
  • net::TcpConnector
  • net::TcpListener
  • net::TcpStream
  • task::Canceled
  • task::JoinHandle
  • time::Rest
  • time::Sleep
  • time::TimedOut

Attribute Macros

  • main

Functions

  • channel::incoming_queries
  • channel::incoming_system_messages
  • channel::input_messages
  • ocall::awake_wakers
  • ocall::close
  • ocall::create_input_channel
  • ocall::create_timer
  • ocall::enable_ocall_trace
  • ocall::gas_remaining
  • ocall::getrandom
  • ocall::local_cache_get
  • ocall::local_cache_remove
  • ocall::local_cache_set
  • ocall::local_cache_set_expiration
  • ocall::log
  • ocall::mark_task_ready
  • ocall::next_ready_task
  • ocall::oneshot_send
  • ocall::poll
  • ocall::poll_read
  • ocall::poll_res
  • ocall::poll_shutdown
  • ocall::poll_write
  • ocall::tcp_accept
  • ocall::tcp_accept_no_addr
  • ocall::tcp_connect
  • ocall::tcp_connect_tls
  • ocall::tcp_listen
  • spawn
  • task::intern_waker
  • task::spawn
  • time::maybe_rest
  • time::sleep
  • time::timeout

Type Aliases

  • channel::GeneralMessage