No description
- Rust 80.3%
- Nix 19.7%
| .forgejo/workflows | ||
| npins | ||
| spometrat_api | ||
| spometrat_map | ||
| spometrat_simulator | ||
| spometrat_types | ||
| .editorconfig | ||
| .envrc.sample | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| crane.nix | ||
| default.nix | ||
| fmt.nix | ||
| license.txt | ||
| readme.md | ||
| shell.nix | ||
spometrat
Name
Combination of all the letters of the words esp, metro and rat
I pronounce it as SPO - MET - RAT
Demo
A demo instance is available at https://philt3r.eu/tmp/spometrat-map/ (but expect it to dissapear at any time).
Build
Use nix to build.
nix-build ./spometrat_map -A mkProductionArchive --argstr name "spometrat-map"
This will produce a tarball inside ./result.
You can extract it somewhere and start a basic http server (with python for example).
Open source
Spometrat relies on open source software. I think it is important to take time to give back:
- openapi_type_picker: respect
requiredfor schemas used with$ref - openapi_type_picker: comment header: convert inner line documentation to line comment
- openapi_type_picker: FilterConfig: make
struct_derivesandenum_derivesa list of strings - trunk: feat: allow assets to have absolute paths
- trunk: feat: Retry to download tools on failure
- crane: buildTrunkPackage: add support for tailwindcss 4