sophiajt / new-nu-parser

23 stars 10 forks source link

split re-usable code from `main.rs` to a library `lib.rs` #3

Closed AucaCoyan closed 11 months ago

AucaCoyan commented 11 months ago

Hi! I was testing this small parser in nufmt but I found it is still a single executable that does it all. I will do a PR to split it so I can add as a dependency in another project 😄

brb!

sholderbach commented 11 months ago

First step done by #4

AucaCoyan commented 11 months ago

I think #4 resolves this issue, do you have any feature request @sholderbach? I'd be delighted to deliver!

sholderbach commented 11 months ago

I set myself a little separate function for testing that does mostly what main.rs does up in e35c856 (#5). Don't have any special requests.

Happy to have you hacking here as well! Feel free to close this.