ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

unify conversions for ssbh_data types #80

Closed ScanMountGoat closed 2 years ago

ScanMountGoat commented 3 years ago

This will probably end up using some sort of trait. Each top level type for the ssbh_data modules should support the following operations:

ScanMountGoat commented 3 years ago

It might not be worth using a trait for this since it's unlikely to want to make code generic over all ssbh_data types in practice.