dyna3/app-proto
Aaron Fenyes 6ad3ed1176 Streamline axis naming
This makes it simpler, from the programmer's perspective, to get the
name of an axis as a string slice and to format an axis name into a
string. To me, the matching method `Axis::name` seems more direct than
the explicit lookup table that it replaces, and I'm hoping that it will
be about as easy for the compiler to inline, or even easier.

Implementing `Display` enables us to hand an `Axis` to a string
formatter without any explicit conversion. It adds extra code in the
short run, but I'd expect it to simplify our code in the long run by
fitting into the conventions set by the Rust standard library.
2025-10-13 16:21:11 -07:00
..
examples refactor: Code formatting (#108) 2025-08-04 23:34:33 +00:00
src Streamline axis naming 2025-10-13 16:21:11 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.lock feat: Point coordinate regulators (#118) 2025-10-13 22:52:02 +00:00
Cargo.toml feat: Point coordinate regulators (#118) 2025-10-13 22:52:02 +00:00
index.html feat: Engine diagnostics (#92) 2025-07-21 04:18:49 +00:00
main.css Rewind through the descent history (#114) 2025-09-18 23:31:17 +00:00
Trunk.toml Write a deployment packaging script (#113) 2025-08-11 03:33:19 +00:00