mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.3K
active users

#rustrover

0 posts0 participants0 posts today

JetBrains finally issued RustRover, a full-fledged standalone Rust IDE.

If you develop in Rust: what do you think about that?

As a #programmer but #beginner I already know that documentation is important: that's why I'll make a website to document my adventures and potential progress.
If you have any resources that you think could help me, do not hesitate a second!
If you have any tools to advise, do not hesitate a second!
I'm considering using :fedora: #fedora #Kinoite with #toolbx or something like #RockyLinux (but if you have other distros to advise, tell me) with :kdevelop: #kdevelop #codelite for C++, #spyder or #pycharm for Python 🐍 and #rustrover or #lapce for Rust 🦀 and :kate: #kateeditor for simple file edition.
#programmers #programming #programmation #coding #coders #coders #python #cpp #Rust #rustlang #linux #foss #fosstodon #floss #flosstodon #Dev #devlog #devlife #devloper #devlopers

🤖👨‍💻Компанія #JetBrains оголосила про публічний реліз Junie — ШІ-агента, який автоматизує роботу з кодом.

#Junie доступний у середовищах розробки IntelliJ IDEA Ultimate, #PyCharm Professional, #WebStorm і #GoLand. Компанія заявила, що незабаром з’явиться підтримка #PhpStorm, #RustRover і #RubyMine.

siliconangle.com/2025/04/16/je

Replied in thread

@slamp
The Rust Programming Language by Steve Klabnic and Carol Nichols

Lots of searches through:
docs.rs/

My main secret weapon... I use #jetbrains #rustrover to help with dev cycle. #rustrover is *not perfect* but I've spent lots time in #pycharm and I know how to setup an environment that works for me

I use lots of `cargo test` calls to run specific tests and make sure they work before moving on. For example:

```
carg test --package board board_test::board_setting
```

docs.rsDocs.rs