Simple, ready-to-use typed realization of SmallF*ck esoteric language. Highly inspired by this article.
```rust
use typed_sf::;
type SetTrue
type prog = Cycle
type result = Run<
prog,
State
;
assert_eq!(
Github repo: https://github.com/Zote-the-Mighty-4o2/typed-sf.rs
docs.rs
page: https://docs.rs/typed-sf/