Ver Fonte

README.md: add links to examples and tests directories

Quentin Monnet há 8 anos atrás
pai
commit
247b1e92aa
1 ficheiros alterados com 5 adições e 2 exclusões
  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: