summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzy <[email protected]>2023-09-13 10:20:37 +0000
committerzy <[email protected]>2023-09-13 10:20:37 +0000
commit37f9a572171a4b3b02fd9140f28481a33863382d (patch)
tree75b4e96df1905308182d5f24057eca8e35873af1
parent702f815f00e70506de6741784bcf976a9dbe3e89 (diff)
lib.rs
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..74a3e74
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,3 @@
+mod timeout;
+mod timeout_test;
+mod test_timeout; \ No newline at end of file