bottles 0.1.1

An enum-less typed message passing mechanism
Documentation
  • Coverage
  • 100%
    14 out of 14 items documented2 out of 11 items with examples
  • Size
  • Source code size: 15.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • m-sz

Bottles

A Rust library for strongly typed message passing without the use of sum types. The benefit of this approach is that new message types are very easy to add the size of each is not the largest of all (as it is in case of enums).

Status

This is strongly WIP.