ada-url / rust

Rust bindings for Ada URL parser
https://crates.io/crates/ada-url
Apache License 2.0
86 stars 12 forks source link

build(justfile): add format support #66

Closed pratikpc closed 6 months ago

pratikpc commented 6 months ago

Allows for formatting of source code when running just all

Using the fmt naming from Just's own

This would ideally reduce silly mistakes on commits such as my own in #65.