| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Linux-only code paths and keeping the unsupported-platform fallback entrypoint. Also apply rustfmt fixes required by CI.
compiles cleanly on macOS and Windows. This covers the mtab writer and Linux-only fstab path loader, and fixes the follow-up CI failures.
module and item boundaries so the workspace compiles cleanly across the CI.
| @@ -0,0 +1,61 @@ | |||
| use thiserror::Error; | |||
There was a problem hiding this comment.
please add the license header
Sorry, something went wrong.
| @@ -0,0 +1,27 @@ | |||
| /// Expand octal escape sequences of the form `\NNN` used in mount-table style | |||
There was a problem hiding this comment.
same
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #504 +/- ##
===========================
===========================
☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Initial implementation of mount functionality for Linux.
Fixes #441