Commit Graph

5 Commits

Author SHA1 Message Date
277125e1a0 Make write() consume the objects. 2022-05-14 20:37:18 -07:00
c8279cfc5f Switch to basic tokio; will expand later to arbitrary backends. 2022-05-14 20:28:09 -07:00
811580c64f Just to have a chance to try it out: Switch to proptest. 2022-01-08 16:34:40 -08:00
0d35f1cdb3 Remove a bunch of (hopefully) unnecessary Pins.
I believe these were introduced previously to solve a problem that we're
no longer dealing with; specifically, if I remember correctly, we
introduced these to deal with how we were going to implement a trait.
However, they don't appear to be necessary any more, so we're going to
get rid of them, so we won't need to deal with them any longer.
2021-10-09 15:22:10 -07:00
d1143a414c Split out the messages into individual files,, and add negative tests, so we can aspire towards good coverage. 2021-06-27 16:53:57 -07:00