Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 366 Bytes

File metadata and controls

15 lines (11 loc) · 366 Bytes

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