summaryrefslogtreecommitdiff
path: root/src/client.rs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-04 06:27:37 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-04 06:28:02 -0600
commit1955ec118a32d3fa174496abe5442c82c609273a (patch)
tree9a5a04711540738e5240393909a468966a782816 /src/client.rs
parenta134847d49224acaf4089e7bad0850a4032c2606 (diff)
Remove client.rs
Diffstat (limited to 'src/client.rs')
-rw-r--r--src/client.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client.rs b/src/client.rs
deleted file mode 100644
index e1fcc89..0000000
--- a/src/client.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-//! FUSE client.
-//!
-//! Usually, a kernel module or other OS component takes the role of the FUSE client. This module
-//! is a client-wise counterpart to the rest of `blown-fuse` API. So far, this only serves the
-//! purpose of having agnostic tests, but wrappers might be written in the future with it.