Skip to main content

Module init

Module init 

Source
Expand description

Project skeleton templates for pawan init.

Generates scaffolding files for new Rust projects that pass cargo check immediately.

Structs§

ProjectSkeleton
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.