2 Commits

Author SHA1 Message Date
portersky b7f9fefd78 feat: add loading animation example
Add a busy-wait sleep on a monotonic clock and re-export String,
format!, and Duration from the library. The example animates a
progress bar with a spinner and logs each step in a Vec<String>.

Co-Authored-By: qwen (lmstudio/qwen3.8-27b@q3_k_xl): wrote example
2026-09-05 05:09:50 +02:00
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