Skip to content

Commit

Permalink
WIP rust stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed May 26, 2023
1 parent 7f9e7c3 commit 8e50f23
Show file tree
Hide file tree
Showing 12 changed files with 1,962 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.vscode
rust
/build
/build_release
News_Category_Dataset_v3.json
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,16 @@ deno: VERSION bindings/deno/deno.json.tmpl
bindings/ruby/lib/version.rb: bindings/ruby/lib/version.rb.tmpl VERSION
VERSION=$(VERSION) envsubst < $< > $@

bindings/rust/Cargo.toml: bindings/rust/Cargo.toml.tmpl VERSION
VERSION=$(VERSION) envsubst < $< > $@

version:
make python-versions
make python
make npm
make deno
make bindings/ruby/lib/version.rb
make bindings/rust/Cargo.toml

test-loadable:
$(PYTHON) tests/test-loadable.py
Expand Down
1 change: 1 addition & 0 deletions bindings/rust/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

0 comments on commit 8e50f23

Please sign in to comment.