aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/abook.rs
Commit message (Collapse)AuthorAgeFilesLines
* Promote example app to proper command line client.Your Name2020-05-031-29/+0
|
* Update abook with struct and request object.Harald Eilertsen2020-02-141-24/+5
|
* Move Client out of the api objects.Harald Eilertsen2020-01-031-1/+1
| | | | Also make constructor functions in the zotapi namespace.
* Cargo fmtHarald Eilertsen2020-01-021-8/+7
|
* No need for extern crate in Rust 2018.Harald Eilertsen2020-01-021-3/+0
|
* Move zot cli example modules into submodule.Harald Eilertsen2018-10-281-0/+52
Also rename example from zot to zotcli to avoid name clash.