YoEight / eventstore-rs

Rust GetEventStore TCP Client
MIT License
46 stars 20 forks source link

Fix event id byte order #45

Closed larsschumacher closed 4 years ago

YoEight commented 4 years ago

Thank you very much for that patch! Could you add a mod uuid in types.rs when you add a test based on your example here https://github.com/YoEight/eventstore-rs/issues/43? I'll merge right away. I'm also planning a release later today too.

larsschumacher commented 4 years ago

I named the module guid to avoid name conflicts.

YoEight commented 4 years ago

Merged here https://github.com/YoEight/eventstore-rs/commit/fbcec37c3a4cd5f04a59001b3f66e916c1da14dd

YoEight commented 4 years ago

Thank you!