forked from katzen-cafe/iowo
prowocessing: add documentation of trait experiment
This commit is contained in:
parent
dddbcccf72
commit
734a734f09
9 changed files with 93 additions and 37 deletions
|
@ -1,3 +1,9 @@
|
|||
//! An experiment for a hyper-modular trait-based architecture.
|
||||
//!
|
||||
//! Patterns defining this (or well, which I reference a lot while writing this):
|
||||
//! - [Command pattern using trait objects](https://rust-unofficial.github.io/patterns/patterns/behavioural/command.html)
|
||||
//! - [Builder pattern](https://rust-unofficial.github.io/patterns/patterns/creational/builder.html)
|
||||
|
||||
pub mod data;
|
||||
pub mod element;
|
||||
pub mod ops;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue