We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust
build
1 parent ecf4981 commit 03699bcCopy full SHA for 03699bc
README.md
@@ -263,7 +263,7 @@ This function returns a boolean.
263
To compile the entire project, run the following commands:
264
265
```sh
266
-$ just rust
+$ just build
267
$ just test
268
$ ruby examples/simple.rb
269
```
justfile
@@ -1,5 +1,5 @@
1
-# Compile and install the Rust library.
2
-rust:
+# Compile and install the Ruby extension.
+build:
3
rake build_lib
4
5
# Run the tests.
0 commit comments