bitcoindevkit / bitcoindevkit/bdk-ffi
Implement the `Display` trait on a ton of our types
Open
- Dominant language
- Rust
- Stars
- 127
- Forks
- 81
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
We don't really have a reason not to export the Display trait already defined on so many of our types. In cases where it's defined on the Rust side, we should consider simply passing it along!
```rust
#[uniffi::export(Display)]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.