lawn-sftp 0.5.0

SFTP file system functionality for Lawn
docs.rs failed to build lawn-sftp-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-sftp-0.4.0

include::../doc/README-base.adoc

The lawn-sftp crate provides types and traits for implementing an SFTP server, optionally with authentication.

If the unix feature is enabled, then an SFTP server backend which uses POSIX is provided.

Note that documentation is at the moment unfortunately lacking.