mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
7e20602079
* moved `IdResolver` to a separate file * added `just fmt2` build target to format code using nightly mode * moved all Actix `Data<AppState>` into individual state objects, e.g. `Data<Sources>` (allows other source types, separate from `Sources` type) * move all Source-related code to a new `Sources` struct (a simple wrapper over a HashMap)
5 lines
208 B
TOML
5 lines
208 B
TOML
## These should be enabled in the future, but for now its a manual step to simplify usage.
|
|
## Use Justfile fmt2 target instead: just fmt2
|
|
#imports_granularity = "Module"
|
|
#group_imports = "StdExternalCrate"
|