tailhook / rotor

The mio-based framework for rust for doing I/O in simple and composable way (ABANDONED)
MIT License
361 stars 25 forks source link

Add `Transport::new(inbuf, outbuf)` for testing. #4

Closed pyfisch closed 8 years ago

pyfisch commented 8 years ago

Currently it is not possible to create transports to test code based on rotor without creating a real socket.

tailhook commented 8 years ago

Looks nice. Thanks!