fishinabarrel / linux-kernel-module-rust

Framework for writing Linux kernel modules in safe Rust
GNU General Public License v2.0
1.34k stars 119 forks source link

build.rs: Parse the Linux version code better (closes #118) #178

Closed geofft closed 5 years ago

geofft commented 5 years ago

Allows running on days without rustfmt.

geofft commented 5 years ago

i.e., this parse should work whether or not bindings.rs has been rustfmt'd.