yuval-k / rust-9p

Filesystems library using 9P2000.L protocol, an extended variant of 9P from the Plan 9.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-9p

A Rust library to deal with 9P, especially 9P2000.L, a Plan 9 file protocol

Build Status

Documentation

Build

Use Rust nightly.

Usage

Add this to your crate:

extern crate rs9p;

License

rust-9p is distributed under the BSD 3-Clause License.

See LICENSE for details.

About

Filesystems library using 9P2000.L protocol, an extended variant of 9P from the Plan 9.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%