Crate htrpc

source ·
Expand description

HTTP based RPC library.

This crate provides a thin framework to easily implement type-safe RPC channels for client/server model communication.

Modules

  • Deserializer trait implementations.
  • JSON serialize/deserialize function.
  • Pretty-Printed JSON serialize/deserialize function.
  • MessagePack serialize/deserialize function.
  • Connection pool.
  • “Problem Details for HTTP APIs (RFC 7807)” related components.
  • Serializer trait implementations.
  • Miscellaneous types.

Macros

Structs

Enums

  • The list of the possible error kinds.

Traits

Functions

Type Definitions