rotor 0.2.0

The mio-based framework for doing I/O in simple and composable way
docs.rs failed to build rotor-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rotor-0.6.3

===== Rotor

:Status: Proof of Concept :Examples: in rotor-http library__

.. __: https://github.com/tailhook/rotor-http/tree/master/examples

The mio-based framework for rust for doing I/O in simple and composable way.

Features:

  • Based on hierarchical state machine concept
  • Ownership semantics for state machines allows to write without memory/resource leaks
  • Easy to combine multiple libraries into single mio event loop