This repository contains experimental macros and other code for function overloading in Rust.
Some of this code requires a recent nightly Rust compiler.
rustup update nightly
git clone https://github.com/rustfoundation/overloading-macros
cd overloading-macros
rustup override set nightly
cargo build