A small crate to help you interact with second order sequences, such as the Fibonacci sequence, with no_std support.
toml
[dependencies]
fibonacci_like = "0.1"
```rust use fibonacci_like::IntoNumber;
let number = fibonaccilike::Sequence::fibonacci().find(69.intonumber());
println!("The \"{nth}\" number of the fibonacci sequence is:\n{number}"); ```
One of the following, at your choice:
Made with 💗 by Juliette Cordor