dorodere / komplett-normale-busliste

Registration system for bus drives, likely not of interest
GNU Affero General Public License v3.0
0 stars 0 forks source link

Use `rocket_dyn_templates::context` _everywhere_ #14

Open dorodere opened 1 year ago

dorodere commented 1 year ago

Currently there's a combination of using HashMaps and more strictly typed Context structs flying around, all of which is actually not necessary with the context! macro provided by rocket_dyn_templates.