Expand description
Library with helpers to write a build scripts
| Module | Description |
|---|---|
| console | Contains the code related to printing messages during the cargo build. Has support for multiline text and message tagging |
| resources | Reliable static resource management across dependencies |
| tailwind | Reliable tailwind integration for cargo projects |
Detailed documentation and usage can be found at the module level
Modulesยง
- console
- Handles output for the build scripts
- resources
- Reliable resource management for your crate based on cargo-resources
- tailwind
- Reliable tailwindcss integration for your build script