Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Conversation

@Suficio
Copy link

@Suficio Suficio commented Apr 17, 2020

Allow serialising WriteData, which is useful...

Allow serialising WriteData
@qoh
Copy link
Contributor

qoh commented Apr 24, 2020

This should probably be behind an optional serde feature, so that consumers who do not need this don't have to pull in serde, serde_derive, and the whole proc macro kit it depends on.

uuid = "0.7"
chrono = "0.4"
num_enum = "0.2.0" No newline at end of file
uuid = { version = "0.7", features = ["v5", "serde"] }
Copy link
Contributor

@qoh qoh Apr 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the v5 feature enabled here? It doesn't seem to be used.

fn ue4_date_time_base() -> DateTime<Utc> {
Utc.ymd(1, 1, 1).and_hms(0, 0, 0)
}
} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: This diff isn't necessary for this change

@qoh qoh added the enhancement New feature or request label Apr 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants