| Crates.io | dialectic-null |
| lib.rs | dialectic-null |
| version | 0.1.0 |
| created_at | 2021-04-01 22:23:07.681144+00 |
| updated_at | 2021-04-01 22:23:07.681144+00 |
| description | A no-op backend for the Dialectic crate, intended for benchmarking and testing |
| homepage | https://github.com/boltlabs-inc/dialectic |
| repository | https://github.com/boltlabs-inc/dialectic |
| max_upload_size | |
| id | 377071 |
| size | 8,836 |
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.