rust-9p
rust-9p copied to clipboard
Tokio-based asynchronous filesystems library using 9P2000.L protocol, an extended variant of 9P from Plan 9.
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.13.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...
errno values are not consistent across platforms - to convert for other platforms you would need to copy paste the linux errno codes and do a translation.
Currently there appears to be no way to choose between 9p2000 or 9p2000.L. There appears to be residual code from possibly an earlier time which suggests there used to be...
Would you have any interest in incorporating client support into the library?
Hi! Im working on a 9p server for a subset of the nix store. It would be great if I can refer to this crate from crates.io rather than as...
Great project - looks really nice. I would have expected 9p with the nice rust tokio runtime to easily beat sshfs, but it turns out sshfs is faster by factor...
I'm trying to build the unfp on MacOS/Darwin, but following errors was returned:  I'm using rustc 1.37.0-nightly (37d001e4d 2019-05-29). Thanks in advance.
https://github.com/lf94/hackernewsfs