File: test.rs

package info (click to toggle)
rust-futures-locks 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 67 bytes parent folder | download
1
2
3
4
5
6
//vim: tw=80

extern crate tokio as tokio;

mod mutex;
mod rwlock;