File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ supplying the library ids and versions in an array. The id's to supply can be fo
132
132
` /api/libraries/<language-id> `
133
133
134
134
Note that using external header files of the type:
135
+
135
136
```
136
137
#include <https://some-url.to/a-file.h>
137
138
```
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ and then how to submit PRs to get it into the main CE site.
6
6
Note that most libraries are Header-only. This is the easiest form of library to support. If the library needs to be
7
7
built, there are some caveats, best practices and good to knows. Consult the bottom of this page for details.
8
8
9
- If you're specifically looking for adding a Rust crate to CE, go here https://github.com/compiler-explorer/infra/blob/main/docs/adding_rust_crates.md
9
+ If you're specifically looking for adding a Rust crate to CE, go here
10
+ https://github.com/compiler-explorer/infra/blob/main/docs/adding_rust_crates.md
10
11
11
12
## Configuration
12
13
You can’t perform that action at this time.
0 commit comments