simple-easing 1.0.2

Set of simple easing functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

## 1.0.2

* use rust edition 2024
* make all functions inlinable
* add `#[must_use]` to all functions
* enable clippy lints and fix

## 1.0.1

* repair `elastic_out` function

## 1.0.0

* First release