This repository contains examples of experimental function overloading in Rust.
Some of this code requires a recent nightly Rust compiler.
rustup update nightly
git clone https://github.com/rustfoundation/overloading-examples
cd overloading-examples
rustup override set nightly
cargo run
cargo run --bin rust-pow-overload