Crate reep

Source
Expand description

ResourceEndpoint provides a generalised restlike endpoint for a resource The Only way to create a resource Endpoint is by using the ResourceEndpointBuilder

Re-exports§

pub use resource_endpoint::ResourceEndpointBuilder;
pub use resource_endpoint::ResourceMethod;

Modules§

resource_endpoint
This module Provides the ResourceEndpoint, ResourceEndpointBuilder and ResourceMethod
types
This module provides the types (traits) a Using application has to implement