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 2222 sudo ldconfig
2323 - name : Build
2424 run : cargo build --verbose
25+ env :
26+ RUST_BACKTRACE : full
2527 - 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 />
42
53[ ![ 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 )
64
75# 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
97### Status
108
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
1411
1512#### Build binding
1613``` bash
17- cargo build
18- cargo run
14+ ./update_libchdb.sh
15+ RUST_BACKTRACE=full cargo build --verbose
16+ cargo run --example basic
1917```
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