dialectic-null 0.1.0

A no-op backend for the Dialectic crate, intended for benchmarking and testing
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented2 out of 5 items with examples
  • Size
  • Source code size: 16.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.69 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 23s Average build duration of successful builds.
  • all releases: 1m 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • boltlabs-inc/dialectic
    63 3 14
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jakinyele plaidfinch

Rust license: MIT crates.io docs.rs documentation

This crate contains the "null" backend for Dialectic. If you are a user, you will likely never have a use for this, as what it does is completely eliminate any transport backend and it can only send and receive the unit type (). The null backend is used within Dialectic for testing and benchmarking purposes, for example to determine how much overhead Dialectic's constructs have over raw operations.