| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The idea is to try to generate more of the boilerplate code, but for now
we only do the `z()` method definition. There are also some we're not
quite able to replace yet (like XChanRequest) since it also has life
times.
It's a start anyways :)
|
|
|
|
|
|
| |
I feel this is a better representation than what is coming directly from
the API where it's all returned as one json object with fieldnames
prefixed with abook or xchan respectively.
|
|
|
|
| |
We don't really need the intermediate layer in the binary module.
|
|
|
|
|
|
|
|
| |
This means adding the full tokio as a dependency. While there isn't much
gain to going async in the current cli demo app, a full fledged app may
have more to gain by it.
First foray into async rust, so I might not do it right...
|
| |
|
| |
|
|
|
|
| |
Also make constructor functions in the zotapi namespace.
|
| |
|
| |
|
| |
|
|
|