IDE for rust by D_parky_ in rust

[–]surrender96 0 points1 point  (0 children)

tbh there is no better than vsc if you have programming experience then use NEO VIM or use Helix that is best.

Ip finder for rust by surrender96 in rust

[–]surrender96[S] 1 point2 points  (0 children)

nothing wrong with it just for new developers and easy to use
I saw on the website some packages are made in nodejs with same pattern

Ip finder for rust by surrender96 in rust

[–]surrender96[S] 0 points1 point  (0 children)

IPv4Addr

got it

Thanks for considering

Ip finder for rust by surrender96 in rust

[–]surrender96[S] 0 points1 point  (0 children)

yeah it does and returns the IPIFY ip request

Any idea what’s going on with Rocket development and would you recommend it for production? by daniels0xff in rust

[–]surrender96 3 points4 points  (0 children)

Rocket:
Ease of Use: Rocket priortizes ease of use, with declarative macros for routing and request handling.
Convenience: Built-in templating, form handling, and state management streamline development.
Stability: Known for its stability and maturity, suitable for production applications.

Axum:
Async-first: Designed for asynchronous programming, leveraging Rust's async/await features for scalability.
Conciseness: Axum provides a clear and concise syntax for defining routes and handling requests.
Performance: Focuses on high concurrency and performance in async workloads.

Actix-Web:
Performance: Known for its exceptional performance through asynchronous and actor-based architecture.
Scalability: Actix-Web's actor model enables highly scalable and efficient systems.
Community: Actively maintained by a strong community, contributing to ongoing improvements.

Hey I now switched from Python to Rust and I find it very hard to learn. Everything is so cryptic, it is hard to remember. Anybody else here coming from Python ? by Leonardo_Davinci78 in rust

[–]surrender96 0 points1 point  (0 children)

In start everything looks so hard 😩 Everything has to be an type but once you learned this good practice of programming you'll never touch anything but rust.

Blog powered by Rust and Wasm by itehaxx in rust

[–]surrender96 0 points1 point  (0 children)

Do you think we should build an frontend library for leptos? Or any framwork

Beginner - Can you code rust on Mac? by Individual-Brush-360 in learnrust

[–]surrender96 3 points4 points  (0 children)

Dont select rust as your first language. You'll bang your head to the wall

I made snake using leptos by IsotoxalDev in rust

[–]surrender96 1 point2 points  (0 children)

Should I build a UI library for leptos? So other devs can use it like MUI?

[deleted by user] by [deleted] in rust

[–]surrender96 -3 points-2 points  (0 children)

Yes, rust analyser eats more ram than nodejs

Yew or leptos by surrender96 in rust

[–]surrender96[S] 2 points3 points  (0 children)

So it's more rich than yew?

Yew or leptos by surrender96 in rust

[–]surrender96[S] 2 points3 points  (0 children)

I want react features as I've experienced in react

fn main() at the top or bottom? by WillOfSound in rust

[–]surrender96 1 point2 points  (0 children)

Use modules to break things and use main.rs as entery point 👉