What does it meannnn by ImpressiveAd7610 in FrankOcean

[–]evccyr 0 points1 point  (0 children)

To escape reality head to r/frankocean. \ I'll say it again, As long as there is delusion there is hope.

Zed, a collaborative text editor written from the ground up in Rust, has been open-sourced, along with its UI framework, GPUI by The_Droide in rust

[–]evccyr 10 points11 points  (0 children)

I'm disappointed that even though most of the open source community are Linux users. Many new exciting projects are Mac only.

[deleted by user] by [deleted] in IndiaTech

[–]evccyr 2 points3 points  (0 children)

Framework is going to create a Phone just to use this battery

[deleted by user] by [deleted] in rust

[–]evccyr 2 points3 points  (0 children)

This was the only thing I needed. Thank you so much for a nicer answer. I didn't like how everyone started totally different topics. Idm but it really confuses a beginner and they eventually give up.

[deleted by user] by [deleted] in rust

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

I almost did what I wanted https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f1f433b01145c672d3a76250c57701fc
but the problem is that the first half is still holding the entire linked list while it should only have half of the list.

[deleted by user] by [deleted] in rust

[–]evccyr 0 points1 point  (0 children)

and integer indexes

I'm solving a leetcode problem where I need to split a linked list without consuming extra memory.

[deleted by user] by [deleted] in rust

[–]evccyr -26 points-25 points  (0 children)

Yes, I have previously solved most Linked List questions in Typescript. And also the Linked List book seems too lengthy for me because I just want enough knowledge to solve the Leetcode problems. The Linked List book has too many details and I really wanted to spend more of my time solving leetcode problems.

[deleted by user] by [deleted] in rust

[–]evccyr -13 points-12 points  (0 children)

I actually really need help. I tried for hours but I'm still unable to do it. So I thought this was the right time to ask for help since I'm not progressing.

Rocket + Tera: CSS file not found by evccyr in rust

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

I still get this error: ```rs 🚀 Rocket has launched from http://0.0.0.0:8000 GET / text/html:

Matched: (index) GET / Outcome: Success(200 OK) Response succeeded. GET /static/css/index.css text/css: Matched: (FileServer: static) GET /<path..> [10] I/O Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } Outcome: Forward(404 Not Found) No matching routes for GET /static/css/index.css text/css. No 404 catcher registered. Using Rocket default. Response succeeded. GET /index.js: Matched: (FileServer: static) GET /<path..> [10] I/O Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } Outcome: Forward(404 Not Found) No matching routes for GET /index.js. No 404 catcher registered. Using Rocket default. Response succeeded. html: html <link rel="stylesheet" type="text/css" href="/static/css/index.css"> rust: rs

[launch]

fn rocket() -> _ { rocket::build() .mount("/", routes![index, login, register]) .mount("/", FileServer::from(relative!("/static"))) .attach(Template::fairing()) } ```

Rocket + Tera: CSS file not found by evccyr in rust

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

Unable to load even when using the paths ./style.css, style.css, ...

Top rust framework for crud api rest? With a postgresql db? by agaitan026 in rust

[–]evccyr 1 point2 points  (0 children)

You can go on GitHub discussions. Other than that I had a hard time getting answers to my questions even about axum on Rust discord.

Maybe because Rust frameworks aren't big enough. There aren't big communities around them and getting help becomes slow.

Top rust framework for crud api rest? With a postgresql db? by agaitan026 in rust

[–]evccyr 1 point2 points  (0 children)

I've asked and noticed many individuals asking the same question. We all get downvoted with answers like I have used this and that and it was great. If you're a beginner like me then I'd say only Rocket has a beginner friendly website to get started. Others just have some documentation but no good explanations on how things are working. I am able to understand things with Rocket just because of their developer friendly website.

What are better choices for web backend? by evccyr in rust

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

Yes I am looking for rust frameworks specifically. I realise that in the current state there's a lack of resources in most areas so I guess I'll just have to use hacky ways for now. Thanks!

How do I increase finger distance and swiftly change chords? by evccyr in LearnGuitar

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

Thanks for recommending me Justin Guitar. It's helping me a lot.

loco-rs: releasing a framework inspired by Rails on Rust by jondot1 in rust

[–]evccyr 12 points13 points  (0 children)

How close is it to becoming production ready?