transitionable 0.1.1

A no_std compatible type to transition `T -> T` where you have an `&mut T`.
Documentation
[features]
_test = []

[lib]
name = "transitionable"
path = "src/lib.rs"

[package]
authors = ["Mick van Gelderen <mickvangelderen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns", "no-std", "embedded"]
description = "A no_std compatible type to transition `T -> T` where you have an `&mut T`."
edition = "2021"
include = ["src", "README.md"]
keywords = ["state-machine", "option", "takeable", "replace-with"]
license = "MIT"
name = "transitionable"
readme = "README.md"
repository = "https://github.com/mickvangelderen/transitionable"
version = "0.1.1"