Переглянути джерело

README.md: add links to examples and tests directories

Quentin Monnet 8 роки тому
батько
коміт
247b1e92aa
1 змінених файлів з 5 додано та 2 видалено
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -70,8 +70,11 @@ extern crate rbpf;
 
 The API is pretty well documented inside the source code. You should also be
 able to access [an online version of the documentation from
-here](https://docs.rs/rbpf/). Here is a summary of how to
-use it.
+here](https://docs.rs/rbpf/), automatically generated from the
+[crates.io](https://crates.io/crates/rbpf) version (may not be up-to-date with
+master branch). [Examples](../../tree/master/examples) and [unit
+tests](../../tree/master/tests) should also prove helpful. Here is a summary of
+how to use the crate.
 
 Here are the steps to follow to run an eBPF program with rbpf: