mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2026-01-16 16:43:05 +01:00
prowocessing: add documentation of trait experiment
This commit is contained in:
parent
98f6af78be
commit
0ebfed66ed
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