Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From ump-0.12.1 To ump-0.13.0
2024-09-12
| ||
20:23 | Move clippy configuration from bacon.toml to Cargo.toml. Leaf check-in: ccc864a567 user: jan tags: trunk | |
2024-09-10
| ||
00:14 | Change log updates. check-in: f43f27bdc2 user: jan tags: trunk, ump-0.13.0 | |
00:05 | Add test cases for wait context disappearing. check-in: 1857251062 user: jan tags: trunk | |
2024-01-12
| ||
14:31 | Remove dev-docs feature. check-in: 2ba8f53f39 user: jan tags: trunk | |
2023-10-02
| ||
13:32 | Release maintenance. check-in: 45f4a89db5 user: jan tags: trunk, ump-0.12.1 | |
2023-09-17
| ||
10:16 | Add changelog separators. check-in: e1451ac681 user: jan tags: trunk | |
Changes to Cargo.toml.
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + + + + - - + + - - - + + - + | [package] name = "ump" |
︙ |
Changes to README.md.
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + + + + + + + | # Micro-Message Passing Library 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). [![Crates.io][crates-badge]][crates-url] [![0BSD licensed][0bsd-badge]][0bsd-url] [crates-badge]: https://img.shields.io/crates/v/ump.svg [crates-url]: https://crates.io/crates/ump [0bsd-badge]: https://img.shields.io/badge/license-0BSD-blue.svg [0bsd-url]: https://opensource.org/license/0bsd |
Added bacon.toml.