#递归 #无栈 #函数式 #单子 #弹跳

tailrec

基于特质的 Rust 中的堆栈安全递归

4 个版本

使用旧的 Rust 2015

0.0.4 2015年3月21日
0.0.3 2015年3月21日
0.0.2 2015年3月21日
0.0.1 2014年11月21日

4#无栈

23 每月下载
用于 2 crates

MIT 许可证

4KB

tailrec.rs

Rust 中的基于特质的无栈递归

build status

文档

请参阅此处的 API 文档。

要求

  1. Rust
  2. Cargo

您可以使用以下命令安装它们

$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh

有关详细信息,请参阅安装 Rust

用法

$ cargo build       ## build library and binary
$ cargo test        ## run tests in ./tests
$ cargo bench       ## run benchmarks in ./benches

无运行时依赖