lawn-9p 0.5.0

9P file system functionality for Lawn
docs.rs failed to build lawn-9p-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lawn-9p-0.4.0

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.