tailrec 0.0.4

Trait-based stack-safe recursion in Rust
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 6 items with examples
  • Size
  • Source code size: 7.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 148.60 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • freebroccolo silvanshade

tailrec.rs

Trait-based stackless recursion in Rust

build status

Documentation

See the API documentation here.

Requirements

  1. Rust
  2. Cargo

You can install both with the following:

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

See Installing Rust for further details.

Usage

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