Crate fibext

Source

Structs§

Fibonacci
The Fibonacci struct represents a Fibonacci sequence.

Enums§

ArithmeticError
This enum represents the possible errors that could occur during arithmetic operations in this library.

Traits§

UnsignedInteger
The UnsignedInteger trait represents an unsigned integer.