tachyonfx 0.25.1

A ratatui library for creating shader-like effects in TUIs.
Documentation
1
2
3
4
5
use crate::Motion;

#[deprecated(since = "0.10.0", note = "Use `Motion` instead")]
#[doc(hidden)]
pub type Direction = Motion;