generalelectrix / rust-osc

Library for sending and receiving OSC 1.0 streams over UDP.
24 stars 4 forks source link

Update for compatibility with rustc 1.3.0 nightly #10

Closed kcking closed 9 years ago

kcking commented 9 years ago

Let me know if you have any comments!

generalelectrix commented 9 years ago

Holy crap, you're amazing. I set Rust aside for about a year until 1.0, and just the other day tried to port this and gave up after about 3 hours of pain.

Tests pass?

kcking commented 9 years ago

You're amazing for writing the library! :)

Yep all tests pass, including the send/recv test scripts. I haven't used the library in production yet though.

generalelectrix commented 9 years ago

Added you as a collaborator to this repo. It'll be a bit before I move development of my current project back to Rust, so in the mean time I'm interested to hear your experiences if you use the library in production.

kcking commented 9 years ago

Sounds good!