Crates.io | ump |
lib.rs | ump |
version | 0.13.0 |
source | src |
created_at | 2020-09-21 14:52:54.160673 |
updated_at | 2024-09-10 00:16:26.658206 |
description | Micro message passing library for threads/tasks communication. |
homepage | |
repository | https://repos.qrnch.tech/pub/ump |
max_upload_size | |
id | 291179 |
size | 63,615 |
The ump crate is a simple client/server message passing library for intra-process communication. Its primary purpose is to allow cross async/non-async communication (for both the server and client endpoints).