mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +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`