gwr_components/lib.rs
1// Copyright (c) 2023 Graphcore Ltd. All rights reserved.
2
3#![doc = include_str!(gwr_build::generated_crate_docs_path!())]
4
5pub mod arbiter;
6pub mod cli;
7pub mod connect;
8pub mod delay;
9pub mod flow_controls;
10pub mod queue;
11pub mod router;
12pub mod sink;
13pub mod source;
14pub mod store;
15pub mod test_helpers;
16pub mod types;