mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 23:37:27 +00:00
This contains: 1. Per-function and per-operation enums created by the proc macro 2. The `MathOp` trait which is implemented once per struct representing a function 3. Submodules for each function, each containing a `Routine` struct that implements `MathOp`