mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
docs: link to factory examples subtly
This commit is contained in:
parent
af5fb90de3
commit
3e434e3103
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
//! be applied on buffers of some length and are transformable to be able to be
|
||||
//! applied in a different order while maintaining the same result.
|
||||
//!
|
||||
//! To generate Operation Sequences use helper methods from the trait [buffer::OperationFactory].
|
||||
//! To generate Operation Sequences use helper methods from module [buffer::factory] (trait [buffer::OperationFactory]).
|
||||
//!
|
||||
//! ## features
|
||||
//! * `proto` : include GRCP protocol definitions under [proto] (default enabled)
|
||||
|
|
Loading…
Reference in a new issue