twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
652 stars 130 forks source link

feat(model, http): Make positions possible to create #2328

Closed Erk- closed 3 months ago

Erk- commented 4 months ago

This PR moves the Position struct to the model crate.

It also fixes an issue where it was not possible to create null values in the fields that had the ability to be null or left out.

Resolves #2327