summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Collapse)Author
2023-09-27Merge branch 'main' into feature-rs-timeoutfeature-rs-timeoutzy
2023-09-27merge binding-rs-dablooms张杨
2023-09-27update readme to english..zy
2023-09-27README: add description of the type of callback passed inzy
2023-09-27bind-rs-timeout READMEzy
2023-09-27timeout_cb::call captures the panic caused by fn_ptr pointing to an invalid ↵zy
function. code clean
2023-09-27Revert "feature: add binding for libmarsio."zy
This reverts commit 04baae0e96cbd6ea2b0aa2f4dfe339e56d33719e.
2023-09-27Revert "move the recv_burst, send_burst API from mr_instance structure to ↵zy
queue related structure." This reverts commit cec8c8740585e92ddd226ec753bbdd953a02b0ac.
2023-09-27code cleanzy
2023-09-27timeout-bind.rs: remove some mut.zy
2023-09-27The APIs of timeout and timeoutmanger have been refactored and will now be ↵zy
easier to use. test code update
2023-09-26remove timeout_gen.rszy
- this file is generated by bindgen. no need anymore
2023-09-26Timeout::set_cb_closure could be passed into the closure typezy
test update
2023-09-25tempzy
2023-09-25simplified callback passing in closure.zy
2023-09-25make callback could be a closure(FnMut)zy
- this commit just for hello world. - there may be potential problems
2023-09-22Replace some commentzy
2023-09-22remove timeout_gen.rszy
2023-09-22rust bindingzy
2023-09-22timeout C codezy
2023-09-22rs-timeout gitignorezy
2023-09-19move the recv_burst, send_burst API from mr_instance structure to queue ↵Lu Qiuwen
related structure.
2023-09-19feature: add binding for libmarsio.Lu Qiuwen