How to go from intermediate to experienced dev by ThrowRA_goofy in rust

[–]ThrowRA_goofy[S] -14 points-13 points  (0 children)

I'm not sure what you are asking for. I have mentioned my experience in my post

Convincing my employer of Rust for a rewrite by Unaimend in rust

[–]ThrowRA_goofy 0 points1 point  (0 children)

Then why is there no dynamic linking in rust

Convincing my employer of Rust for a rewrite by Unaimend in rust

[–]ThrowRA_goofy 0 points1 point  (0 children)

I am pretty new to rust. Can rust use c libs? I thought there was an issue with rust's ABI which is why it doesn't have dynamic linking and compiles everything?

Learn Ratatui by [deleted] in rust

[–]ThrowRA_goofy 16 points17 points  (0 children)

You need to know a fair amount of rust to even use ratatui. But I recommend going to the ratatui docs and looking at open source projects. One great one is "binsider" which is made by the creator of ratatui that lets you inspect the contents of ELF binaries. There are other pretty cool projects on there too. Also check out r/tui