rkdb icon indicating copy to clipboard operation
rkdb copied to clipboard

kdb+ Rust embedding and IPC

Results 4 rkdb issues
Sort by recently updated
recently updated
newest added

Currently, very little documentation is produced.

help wanted

Looks like cannot pass list of symbols from kdb to rust function ``` #[no_mangle] pub extern "C" fn ksymbols(k: *const K) -> *const K { match KVal::new(k) { KVal::Symbol(KData::List(s)) =>...

Was originally reworked to simplify dynamic symbol extraction but choice of names may be sub optimal. Review based on ongoing binding work.

- [x] CI integration - [ ] Embed unit tests - [ ] IPC unit tests

help wanted