Skip to content

Commit 0bad449

Browse files
committed
[scip-to-glean facebookincubator#8] Add README.md for scip.proto
1 parent f1faebc commit 0bad449

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • glean/lang/scip/indexer/scip_to_glean/cli/proto
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SCIP Protocol Buffer Definition
2+
3+
`scip.proto` is from the [SCIP project](https://github.com/sourcegraph/scip).
4+
5+
To update it, copy the latest version from upstream:
6+
7+
```
8+
curl -o scip.proto https://raw.githubusercontent.com/sourcegraph/scip/main/scip.proto
9+
```
10+
11+
Rust bindings are generated automatically by `build.rs` using
12+
`protobuf-codegen` during `cargo build`.

0 commit comments

Comments
 (0)