http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/mit-pdos/noria
The noria sub-crate also contains a number of internal
data-structures that must be shared between the client and the
server like DataType (Noria's "value"
type). These are annotated with #[doc(hidden)] , and should be easy
to spot in noria/src/lib.rs . applications/ : a collection of various
Noria benchmarks. The most frequently used one is vote , which runs
the vote benchmark from §8.2 of the OSDI paper.