Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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+`.