Ajay Rathore

Results 1 issues of Ajay Rathore

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)) =>...