Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralxyz/mount-nom
A /proc/mounts interpreter implemented by nom
https://github.com/ralxyz/mount-nom
Last synced: 21 days ago
JSON representation
A /proc/mounts interpreter implemented by nom
- Host: GitHub
- URL: https://github.com/ralxyz/mount-nom
- Owner: RalXYZ
- Created: 2021-07-12T15:28:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T13:17:27.000Z (over 3 years ago)
- Last Synced: 2024-11-19T06:29:11.465Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mount-nom
A /proc/mounts interpreter implemented by nom.
This is a hello-word project for Rust.The [original tutorial](https://github.com/benkay86/nom-tutorial) uses `nom 5.0`,
however I will implement this using `nom 6.0+`.