Crate buttplug_patterns

Source

Modules§

random
Patterns that generate random values.
shapes
Patterns that generate basic shapes and waves.
transformers
Patterns that transform other patterns. Most transformers should not be used directly, but through methods on the Pattern trait.

Structs§

BpPattern
A concrete wrapper around a pattern that implements the PatternGenerator trait.
CustomPattern
Can be used to make simple custom patterns.
Driver
Driver that can send patterns to buttplug devices.

Traits§

Pattern
Extension trait for PatternGenerator, contains methods for building and transforming Patterns,
PatternGenerator
Represents a pattern to be used to actuate buttplug devices.