Skip to content

rustfoundation/overloading-macros

Rust Function Overloading Macros

This repository contains experimental macros and other code for function overloading in Rust.

Some of this code requires a recent nightly Rust compiler.

Quick Setup

rustup update nightly
git clone https://github.com/rustfoundation/overloading-macros
cd overloading-macros
rustup override set nightly
cargo build

Running Examples

Run individual example binaries with:

cargo run --bin <filename>

For example:

cargo run --bin multiple-args

About

Rust macros for function overloading

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages