Module hotdrink_rs::util::fib[][src]

Contains a function slow_fib that is used as a slow blocking operation for testing.

Functions

slow_fib

Computes the nth number in the Fibonacci series, but slowly.