Traits§
- Check
IfReadme Exists - Check
IfSrc Directory Contains Valid Files - Crate
Handle Interface - GetFiles
InDirectory - GetFiles
InDirectory With Exclusions - GetInternal
Dependencies - A private trait for gathering local (path-based) dependencies from a crate’s Cargo.toml. We do NOT expose it publicly — it remains internal.
- GetReadme
Path - GetSource
Files With Exclusions - GetTest
Files - HasCargo
Toml - HasCargo
Toml Path Buf - HasCargo
Toml Path BufSync - HasTests
Directory - IsPrivate
- Read
File String - We add a new method to CrateHandleInterface so we can read file text from an in-memory mock or from the real filesystem. For your real code, you might implement it differently.
- Root
DirPath Buf