topmesys 0.1.1

an embeddable topic-based messaging system
Documentation
# topmesys 

[![pipeline status]()](https://github.com/sashakm/topmesys)
[![coverage]()](https://github.com/sashakm/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.