nix 0.31.2

Rust friendly bindings to *nix APIs
Documentation
1
2
3
4
5
6
7
obj-m += hello.o

all:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean