Crate buttplug_patterns
Source - 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.
- 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.
- Pattern
- Extension trait for
PatternGenerator
, contains methods for building and transforming
Pattern
s, - PatternGenerator
- Represents a pattern to be used to actuate buttplug devices.