mirror of
https://github.com/bgreenwell/lstr.git
synced 2026-02-04 11:33:12 +01:00
- Create examples/sample-directory/ with complex nested structure - Include various file types for testing icons (.rs, .js, .md, .json, .yaml, .png, etc.) - Add hidden files and directories for testing -a flag - Include gitignored content (build/, node_modules/, temp/) for testing -g flag - Provide comprehensive README with usage examples - Exclude examples from workspace to avoid build conflicts
191 B
191 B
API Documentation
This file demonstrates markdown documentation.
Functions
list_directory(path: &str) -> Result<Vec<Entry>>
Lists directory contents with proper tree structure.