https://github.com/oxidecomputer/p9fs
A Plan 9 file system crate
https://github.com/oxidecomputer/p9fs
Last synced: 9 months ago
JSON representation
A Plan 9 file system crate
- Host: GitHub
- URL: https://github.com/oxidecomputer/p9fs
- Owner: oxidecomputer
- License: mpl-2.0
- Created: 2021-11-15T20:14:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T02:12:33.000Z (about 1 year ago)
- Last Synced: 2025-07-22T23:56:54.502Z (11 months ago)
- Language: Rust
- Size: 60.5 KB
- Stars: 6
- Watchers: 23
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# p9fs
This crate contains
- A library of p9fs data structures with serde support from the ispf crate.
- A client program p9kp for illumos guests needing to access a hypervisor
provided p9fs device.