affine-rs
affine-rs is a dependency-free Rust library for two-dimensional affine
transformations. It is a Rust-native rewrite of the mathematical core of
affine-py.
use Affine;
let transform = translation
.compose;
let point = transform.transform_point;
assert_eq!;