lawn-9p 0.5.0

9P file system functionality for Lawn
1
2
3
4
5
6
7
8
9
include::../doc/README-base.adoc

The `lawn-9p` crate provides types and traits for implementing a 9P
server, optionally with authentication.

If the `unix` feature is enabled, then a 9P server backend which uses
POSIX is provided.

Note that documentation is at the moment unfortunately lacking.