I was looking at Lightning CSS for bundling, minifying, and scoping (via CSS modules) a component's CSS for django-bird. I *really* didn't want to require users to install Node to get the tool, which is the only current official way to install the CLI tool.
https://github.com/joshuadavidthomas/django-bird
https://github.com/joshuadavidthomas/django-bird
Comments
https://pypi.org/project/lightningcss-cli/
But I was annoyed that a tool built in Rust didn't publish the CLI binaries somewhere that didn't require using NPM to install it.