topmesys 0.1.3

an embeddable topic-based messaging system
Documentation
# topmesys 

[![pipeline status](https://github.com/sashakm/topmesys/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sashakm/topmesys)
[![coverage](https://codecov.io/gh/sashakm/topmesys/branch/main/graph/badge.svg)](https://codecov.io/gh/sashakm/topmesys)
[![Crates.io](https://img.shields.io/crates/v/topmesys.svg)](https://crates.io/crates/topmesys)

An embeddable topic-based message broker.

## Development

ℹ️ Make sure just, git-cliff and cargo-llvm-cov are installed:
```bash
cargo install cargo-llvm-cov just git-cliff
```

Common operations related to development and release can be found in the justfile.
For an overview of available recipes, run:
```bash
just
```

## License

Licensed under either of

 * Apache License, Version 2.0
   ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license
   ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.