tebro@lemmy.tebro.fiOPtoRust@programming.dev•Getting into rust and could use some pointers
1·
1 year agoYeah I moved it over and it got a lot nicer, nice to have this type of thing built in to cargo.
Yeah I moved it over and it got a lot nicer, nice to have this type of thing built in to cargo.
Thanks for the great points.
ah the IO module is left over from the initial CLI calculator. Will have to clean that out at some point.
And the inline server module is also left over from when I was writing everything in the same file first before splitting out.
Good catches! Thanks
I guess that it makes sense. I’ve been doing Go for the past two years.
Neovim here as well. Though I do use LSPs. I write mostly Go in a fairly large code base so “go to definition” is pretty much a must have.
I was considering going without and just using grep like tools, but not yet.
Thanks! Really good points here, will have to find some time to apply them.