Commit Graph

3 Commits

Author SHA1 Message Date
portersky cd1c9ab97d docs: add project README
Document the no_std library layout, CMake build flow, platform runtime
behavior, and the async entry macro.

Co-Authored-By: qwen (lmstudio/qwen3.8-27b@q3_k_xl): wrote README
2026-09-05 05:01:34 +02:00
portersky 812278a22f feat: add no-std common runtime
Add an alloc-backed common library with direct platform I/O.

Build a host attribute macro for async entry points and keep runtime
boilerplate outside application code. Compile the library, macro, and
example directly with rustc through CMake.

Co-Authored-By: luna (openrouter/openai/gpt-5.6-luna): runtime work
2026-09-05 04:48:25 +02:00
portersky 54051d4068 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
2026-09-05 04:32:27 +02:00