azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
361 stars 48 forks source link

Serde support for 'ServerAddress' #115

Closed 1zun4 closed 9 months ago

1zun4 commented 9 months ago

Hey there,

this PR adds support for serde serialization and deserialization for the ServerAdress struct. I find this quite useful for my configuration purposes and because this library already features serde, might add this support.