lightningdevkit / ldk-c-bindings

Main LDK C Bindings on which other bindings are built
Other
13 stars 14 forks source link

Expose `ToString` #85

Open TheBlueMatt opened 2 years ago

TheBlueMatt commented 2 years ago

This is at least required for the new NodeAlias type which is really all about having Display.

TheBlueMatt commented 1 year ago

We actually already do this as {}_to_str, though maybe we should also support ToString.