-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for unpfs (rust-9p) server and 9P2000.L (#3)
* Initial 9P2000.L support * Implement info() for 9P2000.L * Implement rmdir for 9P2000.L * Implement ls for 9P2000.L * Implement read for 9P2000.L * Implement write for 9P2000.L * Test for unpfs * Checkout rust-9p in test workflow * Add ls to investigate directory structure * Add ls to investigate directory structure * Build unpfs * Install unpfs to ~/.local/bin * Install unpfs to ~/.local/bin * Release 0.0.2
- Loading branch information
Showing
10 changed files
with
506 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.idea/ | ||
**/.pytest_cache/ | ||
**/__pycache__/ | ||
build/ | ||
**/*.egg-info/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.