Skip to content

Commit

Permalink
[Improve] add rust doc (#1226)
Browse files Browse the repository at this point in the history
[]Improve] add rust doc
  • Loading branch information
caicancai authored Dec 14, 2023
1 parent cd18b21 commit d7cf9d4
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ mvn -T10 clean test
```

### C++
Run c++ tests:
```bash
bazel test $(bazel query //...)
```
Expand All @@ -32,6 +31,12 @@ go test -v
go test -v fury_xlang_test.go
```

### Rust
```bash
cd rust
cargo test
```

## Styling 😎

Run all checks: `bash ci/format.sh --all`
Expand Down Expand Up @@ -75,6 +80,13 @@ cd go/fury
gofmt -s -w .
```

### Rust

```bash
cd rust
cargo fmt
```

## Debug
### Java Debug
#### JIT DEBUG
Expand Down Expand Up @@ -136,4 +148,4 @@ Fury website are static pages hosted by github pages under https://github.com/fu
All updates about docs under [guide](./docs/guide) and [benchmarks](./docs/benchmarks) will be synced to [fury-sites](https://github.com/fury-project/fury-sites) automatically.
If you want write a blog, or update other contents about fury website, please submit PR to [fury-sites](https://github.com/fury-project/fury-sites).
If you want write a blog, or update other contents about fury website, please submit PR to [fury-sites](https://github.com/fury-project/fury-sites).

0 comments on commit d7cf9d4

Please sign in to comment.