dialectic-null

Crates.iodialectic-null
lib.rsdialectic-null
version0.1.0
sourcesrc
created_at2021-04-01 22:23:07.681144
updated_at2021-04-01 22:23:07.681144
descriptionA no-op backend for the Dialectic crate, intended for benchmarking and testing
homepagehttps://github.com/boltlabs-inc/dialectic
repositoryhttps://github.com/boltlabs-inc/dialectic
max_upload_size
id377071
size8,836
J. Ayo Akinyele (jakinyele)

documentation

README

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.

Commit count: 435

cargo fmt