[−][src]Crate splinter
Re-exports
pub use actix_web; |
pub use futures; |
Modules
| admin | |
| biome | The Biome submodule provides support for user management, user credential management, private key management, and user notifications. |
| channel | |
| circuit | |
| collections | |
| consensus | The API that defines interactions between consensus and a Splinter service. |
| database | |
| events | |
| keys | Public key information and role-based permissions. |
| mesh | Mesh is an asynchronous Connection handler that sends and receives across many Connections in a background thread. |
| network | |
| node_registry | |
| orchestrator | |
| protocol | Protocol versions for various endpoints provided by splinter. |
| protos | |
| rest_api | Rest API Module. |
| service | Splinter services are a fundamental component of a Splinter network. They provide the application-level business logic, abstracted above the underlying network and circuit layers. The Service API provides a framework for defining services from a Splinter perspective. |
| signing | Simple traits for signing messages and verifing signatures. |
| storage | Storage trait for syncing writes to an object to a backing store |
| transport | Traits and implementations for low-level message-based network communication. |
Macros
| mutex_lock_unwrap | |
| rwlock_read_unwrap | |
| rwlock_write_unwrap |