tailcall 2.0.4

Stack-safe tail calls on stable Rust
Documentation
1
2
3
4
5
6
mod erased_thunk;
mod slot;
mod thunk;

pub(crate) use erased_thunk::ErasedThunk;
pub use thunk::Thunk;