Crate vujio_server

Source

Modules§

Macros§

  • Construct a serde_json::Value from a JSON literal.
  • Declares task-local values.

Structs§

Enums§

  • An enum representing the various forms of a WebSocket message.

Traits§

  • A data structure that can be deserialized from any data format supported by Serde.
  • A stream able to yield elements from both ends.
  • A stream that knows its exact length.
  • A future represents an asynchronous computation obtained by use of async.
  • Extension methods for Future.
  • The Listener trait represents an implementation of http transport for a tide application. In order to provide a Listener to tide, you will also need to implement at least one ToListener that outputs your Listener type.
  • A data structure that can be serialized into any data format supported by Serde.
  • Provides the status method for Result and Option.
  • A stream of values produced asynchronously.
  • Extension methods for Stream.
  • Read bytes asynchronously.

Functions§

  • Create a new Tide server with shared application scoped state.

Type Aliases§

  • A specialized Result type for Tide.

Derive Macros§