bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
57 stars 11 forks source link

Introduce an Attributes trait #70

Closed bilelmoussaoui closed 5 months ago

bilelmoussaoui commented 5 months ago

Instead of hardcoding HashMap<&str, &str> everywhere introduce a trait that can in the future be implemented by deriving a struct for example

Helps #27 Replaces #69

cc @zecakeh @A6GibKm