You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @carlaKC
I'm happy to pick up this one next, if you haven't started work on it yet. I'm happy to pick up something else or do some code reviews in the meantime if you've made progress on this already :)
Hello, just thought I'd drop an update here. I've been working on this slowly here: #241
The plan is to get some cln nodes up and running and create a test project to validate the Usage setup that I'm putting in and continue adding docs for the structs, traits and enums.
Leaving this open with the stretch goal of turning on #![deny(missing_docs)] for both simln-lib and sim-cli (+ adding all the required comments that we need to get our checks to pass with this enabled).
simln-lib
is a crate now 🎉But it's quite an unfriendly one (not- 🎉 ) becuase we're missing a few docs.
There are a few low-hanging fruit that we could address to fix this up.
Add a Readme
Better documentation for exported structs / enums
The text was updated successfully, but these errors were encountered: