File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
22
sudo ldconfig
23
23
- name : Build
24
24
run : cargo build --verbose
25
+ env :
26
+ RUST_BACKTRACE : full
25
27
- name : Run tests
26
- run : cargo run
28
+ run : cargo run --example basic
29
+ env :
30
+ RUST_BACKTRACE : full
Original file line number Diff line number Diff line change 1
- <a href =" https://chdb.fly.dev " target =" _blank " >
2
- <img src =" https://avatars.githubusercontent.com/u/132536224 " width =130 />
3
- </a >
1
+ <img src =" https://avatars.githubusercontent.com/u/132536224 " width =130 />
4
2
5
3
[ ![ Rust] ( https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml/badge.svg )] ( https://github.com/chdb-io/chdb-rust/actions/workflows/rust.yml )
6
4
7
5
# chdb-rust <img src =" https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Rust_programming_language_black_logo.svg/1024px-Rust_programming_language_black_logo.svg.png " height =20 />
8
- Experimental [ chDB] ( https://github.com/auxten /chdb ) FFI bindings for Rust
6
+ Experimental [ chDB] ( https://github.com/chdb-io /chdb ) FFI bindings for Rust
9
7
### Status
10
8
11
- - experimental, unstable, subject to changes
12
- - requires [ ` libchdb ` ] ( https://github.com/chdb-io/chdb ) on the system
13
- - ffi hack for testing. not a proper library or crate!
9
+ - Experimental, unstable, subject to changes
10
+ - Requires [ ` libchdb ` ] ( https://github.com/chdb-io/chdb ) on the system
14
11
15
12
#### Build binding
16
13
``` bash
17
- cargo build
18
- cargo run
14
+ ./update_libchdb.sh
15
+ RUST_BACKTRACE=full cargo build --verbose
16
+ cargo run --example basic
19
17
```
20
-
21
- :wave : _ Rust developer? Jump in and help us evolve this example into a stable crate!_
You can’t perform that action at this time.
0 commit comments