summaryrefslogtreecommitdiffstats
path: root/ipc/examples/assuan-client.rs
AgeCommit message (Expand)Author
2020-10-23ipc: Migrate to std::futuresIgor Matuszewski
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-24ipc: Lazily execute commands.Justus Winter
2019-06-24ipc: Simplify the Assuan RPC interface.Justus Winter
2019-06-17ipc: Add Assuan support.Justus Winter