File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
* [ Building] ( #building )
29
29
* [ Contributing] ( #contributing )
30
30
31
- ### Screen shots
31
+ ### Screenshots
32
32
33
33
![ cargo src screenshot - source view] ( overview.png )
34
34
49
49
![ cargo src screenshot - source view] ( right-click.png )
50
50
51
51
52
- ## Installing and running
52
+ ## < a id = " installing " ></ a > Installing and running
53
53
54
54
Requires a nightly version of Rust.
55
55
@@ -65,7 +65,7 @@ build). You can browse the source in whilst indexing, but you'll be missing all
65
65
the good stuff like jump-to-def and search.
66
66
67
67
68
- ## Customisation
68
+ ## < a id = " customisation " ></ a > Customisation
69
69
70
70
Create a ` rustw.toml ` file in your project's directory. See [ src/config.rs] ( src/config.rs )
71
71
or run ` cargo src -- -h ` for the options available and their defaults.
@@ -88,7 +88,7 @@ vcs_link = "https://github.com/nrc/rustw-test/blob/master/$file#L$line"
88
88
For links to the code in version control, GitHub, in the example.
89
89
90
90
91
- ## Building and running
91
+ ## < a id = " building " ></ a > Building
92
92
93
93
Requires a nightly version of Rust.
94
94
@@ -133,7 +133,7 @@ On MacOS:
133
133
export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
134
134
```
135
135
136
- ## Contributing
136
+ ## < a id = " contributing " ></ a > Contributing
137
137
138
138
Cargo src is open source (dual-licensed under the Apache 2.0 and MIT licenses)
139
139
and contributions are welcome! You can help by testing and
You can’t perform that action at this time.
0 commit comments