Docs.rs
rust-bucket-cli-0.9.2
rust-bucket-cli 0.9.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
danverbraganza
Dependencies
clap ^4
normal
liquid ^0.26
normal
rust-embed ^8
normal
semver ^1
normal
serde ^1
normal
tempfile ^3
normal
thiserror ^2
normal
toml ^0.8
normal
walkdir ^2
normal
Versions
64.22%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module generator
rust_
bucket
0.9.2
Module generator
Module Items
Enums
Functions
In crate rust_
bucket
rust_bucket
Module
generator
Copy item path
Source
Enums
§
Generator
Error
Errors that can occur during template generation
Functions
§
check_
conflicts
Check for conflicts between managed files and existing files in a target directory
create_
claude_
symlink
Create the CLAUDE.md symlink pointing to AGENTS.md
ensure_
gitignore
Ensure .gitignore contains all required lines, appending any that are missing.
has_
rust_
bucket_
toml
Check if a target directory contains a rust-bucket.toml marker file
render
Render templates from a template directory to an output directory
seed_
files
Render and write each registered seed template into the target, but only if the destination file is absent. Existing files are left byte-for-byte untouched, so seeding is safe to repeat on every apply.