This website requires JavaScript.
Explore
Help
Sign in
Vectornaut
/
dyna3
Watch
1
Star
0
Fork
You've already forked dyna3
0
forked from
StudioInfinity/dyna3
Code
Pull requests
Activity
349dae24ab
dyna3
/
app-proto
/
src
/
lib.rs
3 lines
46 B
Rust
Raw
Normal View
History
Unescape
Escape
feat[WIP]: begin a test assembly for the doubly augmented 554 acron
2025-09-21 21:47:54 -07:00
#![
feature(const_trait_impl)
]
Turn non-automated tests into Cargo examples (#24) Some of the Cargo tests on the main branch are designed to print output for human inspection, not to verify computations automatically. The incoming branch turns these tests into Cargo examples. It also makes two organizational changes in pursuit of this goal: - It introduces a dyna3 library target, which the examples use as a dependency. In the future, this target could grow into an officially maintained dyna3 library. - It puts the code for realizing the Irisawa hexlet into a new conditionally compiled `engine::irisawa` module. This code is shared by a test and an example. Compilation is controlled by the `dev` feature, which is turned on by default in development mode. I've verified that printed output of the examples hasn't changed between the head (848f7d6) and base (e917272) of the incoming branch. Co-authored-by: Aaron Fenyes <aaron.fenyes@fareycircles.ooo> Co-authored-by: Glen Whitney <glen@studioinfinity.org> Reviewed-on: https://code.studioinfinity.org/glen/dyna3/pulls/24 Co-authored-by: Vectornaut <vectornaut@nobody@nowhere.net> Co-committed-by: Vectornaut <vectornaut@nobody@nowhere.net>
2024-11-26 00:32:50 +00:00
pub
mod
engine
;
Copy permalink