mdev-parser 0.1.1

Parse the Busybox mdev configuration file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# mdev-parser

[![dependency status](https://deps.rs/repo/github/rust-italia/mdev-parser/status.svg)](https://deps.rs/repo/github/rust-italia/mdev-parser)
![docs.rs](https://img.shields.io/docsrs/mdev-parser)
![Crates.io Version](https://img.shields.io/crates/v/mdev-parser)
![Crates.io License](https://img.shields.io/crates/l/mdev-parser)


Parses a [mdev](https://git.busybox.net/busybox/plain/docs/mdev.txt) configuration file.

The codebase had been tested against [this](https://github.com/slashbeast/mdev-like-a-boss/blob/master/mdev.conf), extended configuration.