Expand description
Project skeleton templates for pawan init.
Generates scaffolding files for new Rust projects that pass cargo check immediately.
Structs§
- Project
Skeleton - A project skeleton: a named collection of (relative path, content) pairs.
Functions§
- pawan_
agent_ skeleton - Generate a Pawan agent project skeleton (binary with pawan dep + pawan.toml config).
- rust_
binary_ skeleton - Generate a simple Rust binary project skeleton.
- rust_
library_ skeleton - Generate a Rust library project skeleton.