Cannot do anything without `native-client` feature
Open
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Since clients are all `pub(crate)` and `one_off` module is depend on `native-client` feature, we can't do anything without `native-client` feature. We should make other clients public or used by `one_off` module.
Contributor guide
Assessment
This issue has not been assessed yet.