lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

Add `no_std` support #29

Closed tnull closed 11 months ago

tnull commented 1 year ago

There is no fundamental reason why this crate should always require std. We should at least try to add no_std support.

tnull commented 1 year ago

On this note, we should replace the std feature on the chrono dependency with alloc, as it's sufficient.