[][src]Crate webwire

Webwire library for Rust

Crates.io GitHub GitHub Workflow Status

Discord Chat

webwire logo

Webwire is a contract-first API system which features an interface description language a network protocol and code generator for both servers and clients.

This repository contains the the library for writing clients and servers using the Rust programming language.

To learn more about webwire in general please visit the website: webwire.dev

License

Licensed under either of

at your option.

Re-exports

pub use server::session::DefaultSessionHandler;
pub use server::session::SessionHandler;
pub use server::Server;
pub use service::Consumer;
pub use service::ConsumerError;
pub use service::NamedProvider;
pub use service::Provider;
pub use service::ProviderError;
pub use service::Response;
pub use service::Router;

Modules

rpc

Remote procedure calls

server

Server implementation

service

Generic types and traits for services

utils

Utilities