no-std

Installation
SKILL.md

#![no_std] — Rust without std

std = core + alloc + OS bindings. Removing std loses heap allocation, threads, file I/O, and networking. You keep types, iterators, slices, traits.

Installs
1
Repository
opencue/skills
GitHub Stars
3
First Seen
Jun 20, 2026
no-std — opencue/skills