diff options
author | Carl Lerche <me@carllerche.com> | 2014-08-07 13:02:28 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2014-08-07 13:02:28 -0700 |
commit | 4adc7244c5abf1e18a6b7e094d83c72837b588ff (patch) | |
tree | 670925e47142141e6b9131893a1591da70629993 /README.md | |
download | nix-4adc7244c5abf1e18a6b7e094d83c72837b588ff.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..fe6496be --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Rust bindings to Linux APIs + +The goal is to provide rust friendly bindings to Linux APIs. This is +very much a work and progress and I am treating it as where I put +bindings that I need vs. spreading them around the various libs that I +work on. + +Of course, PRs welcome :) |