lyken
|
a05eb22358
|
core/irrt: introduce irrt testing
`cargo test -F test` would compile `nac3core/irrt/irrt_test.cpp`
targetted to the host machine (it gets to use `std`) and run the
test executable.
|
2024-07-19 16:01:54 +08:00 |
lyken
|
f061db1b10
|
core/irrt: split irrt.cpp into headers & reformat
To prepare organizing for future IRRT implementations. There will be a *lot* of C++
code.
|
2024-07-19 16:01:54 +08:00 |
lyken
|
0bf66745c1
|
core/irrt: comment build.rs & move irrt to its own dir
To prepare for future IRRT implementations, and to also make cargo
only have to watch a single directory.
|
2024-07-19 16:01:54 +08:00 |