rkdb
rkdb copied to clipboard
kdb+ Rust embedding and IPC
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