File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
## Table of Contents
18
18
19
19
- [ Usage] ( #usage )
20
+ - [ Testing] ( #testing )
20
21
- [ Maintainers] ( #maintainers )
21
22
- [ Contribute] ( #contribute )
22
23
- [ License] ( #license )
23
24
24
-
25
25
## Usage
26
26
27
27
``` rust
@@ -59,6 +59,10 @@ cid = "0.7.0"
59
59
60
60
You can also run this example from this checkout with ` cargo run --example readme ` .
61
61
62
+ ## Testing
63
+
64
+ You can run the tests using this command: ` cargo test --all-features `
65
+
62
66
## Maintainers
63
67
64
68
Captain: [ @dignifiedquire ] ( https://github.com/dignifiedquire ) .
@@ -71,7 +75,6 @@ Check out our [contributing document](https://github.com/multiformats/multiforma
71
75
72
76
Small note: If editing the README, please conform to the [ standard-readme] ( https://github.com/RichardLitt/standard-readme ) specification.
73
77
74
-
75
78
## License
76
79
77
80
[ MIT] ( LICENSE ) © 2017 Friedel Ziegelmayer
You can’t perform that action at this time.
0 commit comments