add todo about storage endian

This commit is contained in:
Brendan Hansknecht 2023-04-27 07:23:26 -07:00
parent dbbc621892
commit ae04a73d2f
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -25,6 +25,7 @@ pub struct SurgeryEntry {
// I think a number of them can be combined to reduce string duplication. // I think a number of them can be combined to reduce string duplication.
// Also I think a few of them aren't need. // Also I think a few of them aren't need.
// For example, I think preprocessing can deal with all shifting and remove the need for added_byte_count. // For example, I think preprocessing can deal with all shifting and remove the need for added_byte_count.
// TODO: we probably should be storing numbers in an endian neutral way.
#[derive(Default, Serialize, Deserialize, PartialEq, Eq, Debug)] #[derive(Default, Serialize, Deserialize, PartialEq, Eq, Debug)]
pub struct Metadata { pub struct Metadata {
pub app_functions: Vec<String>, pub app_functions: Vec<String>,