Initial commit

Add a minimal no-core Rust executable built by invoking rustc directly from CMake.

The project avoids Cargo and Rust core, alloc, and std, writes to stdout
through platform APIs, and supports optimized Ninja release builds.

Co-Authored-By: luna (openrouter/openai/gpt-5.6-luna): project setup and build
This commit is contained in:
2026-09-05 04:30:43 +02:00
commit 54051d4068
4 changed files with 270 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
.cache
/target
.env
/build