Docs.rs
  • wasmcloud-actor-keyvalue-0.2.2
    • wasmcloud-actor-keyvalue 0.2.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • wasmcloud-automation
    • Dependencies
      • lazy_static ^1.4.0 normal
      • log ^0.4.14 normal
      • rmp-serde ^0.15.4 normal
      • serde ^1.0.123 normal
      • serde_bytes ^0.11.5 normal
      • serde_json ^1.0.62 normal
      • wapc-guest ^0.4.0 normal optional
    • Versions
    • 17.57% 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
logo

wasmcloud_actor_keyvalue0.2.2

Crate Items

  • Structs
  • Constants
  • Functions

List of all items

Structs

  • AddArgs
  • AddResponse
  • ClearArgs
  • DelArgs
  • DelResponse
  • GetArgs
  • GetResponse
  • Host
  • KeyExistsArgs
  • ListItemDeleteArgs
  • ListRangeResponse
  • ListResponse
  • PushArgs
  • RangeArgs
  • SetAddArgs
  • SetArgs
  • SetIntersectionArgs
  • SetOperationResponse
  • SetQueryArgs
  • SetQueryResponse
  • SetRemoveArgs
  • SetResponse
  • SetUnionArgs

Functions

  • default
  • deserialize
  • host
  • serialize

Constants

  • OP_ADD
  • OP_CLEAR
  • OP_DEL
  • OP_GET
  • OP_KEY_EXISTS
  • OP_LIST_DEL
  • OP_PUSH
  • OP_RANGE
  • OP_SET
  • OP_SET_ADD
  • OP_SET_INTERSECT
  • OP_SET_QUERY
  • OP_SET_REMOVE
  • OP_SET_UNION