Rust examples from several rust libraries/crates

  • Basic TCPListener
  • mio based TCP and UDP LIsteners, and polling (Platform independent)
  • Tokio Examples
    • Async/Await and Futures
    • spawn thread::spawn
    • sample mini redis example, and redis client
    • mpsc (Multiple producers, single Cnsumer) channels
    • Select [TODO] [x]
  • io_uring rio
  • sled, a simple key-value database based on io_uring
  • Other rust resources/examples to improve the ecosystem and understanding about rust