Xline
Xline copied to clipboard
[Checklist] Providing Xline client Rust SDK
Background:
As discussed in #273, we need to provide a Xline specific client SDK for Rust. While some progress has been made on the client, further refinement is required before it can be released as a standalone SDK.
Checklist
- Implement APIs
- [x] Implement all APIs supported by Xline, maintain the progress in README
- Update README
- [x] The README should include introduction sections to users, and maintain a section to track the compatible version of Xline
- Add examples to the crate
- [x] For each API client, there should be an example under
xline-client/examples
- [x] For each API client, there should be an example under
- Update documents
- [x] Add detailed description for each method, struct and enum
- [x] Add examples to API methods
- Release
- [ ] Publish
xline-client
as a standalone SDK on crates.io
- [ ] Publish