fibext 0.2.1

A versatile Fibonacci sequence generator for Rust, with support for large numbers and optional iterator interface.
Documentation

fibext

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 4 feature flags, 3 of them enabled by default.

default

checked-overflow (default)

This feature flag does not enable additional features.

iterator (default)

This feature flag does not enable additional features.

std (default)

This feature flag does not enable additional features.

large-numbers