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 connect;
7pub mod delay;
8pub mod flow_controls;
9pub mod queue;
10pub mod router;
11pub mod sink;
12pub mod source;
13pub mod store;
14pub mod test_helpers;
15pub mod types;