| Crates.io | tailrec |
| lib.rs | tailrec |
| version | 0.0.4 |
| created_at | 2014-11-21 04:34:59.809764+00 |
| updated_at | 2015-12-11 23:56:40.231265+00 |
| description | Trait-based stack-safe recursion in Rust |
| homepage | |
| repository | https://github.com/epsilonz/tailrec.rs |
| max_upload_size | |
| id | 213 |
| size | 6,921 |
Trait-based stackless recursion in Rust
See the API documentation here.
You can install both with the following:
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
See Installing Rust for further details.
$ cargo build ## build library and binary
$ cargo test ## run tests in ./tests
$ cargo bench ## run benchmarks in ./benches