Just started learning Rust, wrote an open-source naming style conversion tool, welcome to give feedback and give it a star

Just started learning Rust, wrote an open-source naming style conversion tool, welcome to give feedback and give it a star.
Technology Stack: NuTools is a naming style conversion tool based on Rust, efficient and secure.

Features: Supports single/batch conversion, constant type specification, conversion between PascalCase and snake_case.

Use Cases: Project refactoring, standardizing naming styles in team collaboration.

Addressing Pain Points: Solves inconsistent naming and time-consuming manual conversion issues.

Highlights: Efficient and fast, customizable.

NuTools simplifies naming style conversion, enhancing code quality and team collaboration efficiency!

Still in the learning process, some pending features have not been implemented yet, welcome your participation!


GitHub

Do you have a question? It is tagged as a "help" topic...

Also, would you be able to post a link to the repo? I'd love to take a look at it!

this crates.io: Rust Package Registry

Recently, I have been exploring the iced GUI library and I hope to use it to add a new feature to my untools tool. However, it might take me a lot of time to do so. Do you have any good suggestions or recommendations for other GUI libraries?

There's a typo in the Installation section of your crates entry.

Also you sometimes call it Untools and sometimes Nutools

2 Likes

Thank you very much for your reply. I will correct these errors in the next version. However, it is indeed called "untools" and not any other name, that was my mistake! :kissing_closed_eyes:

In case you're confused about some delays experienced in this forum, @08820048 sorry that posts of yours got caught in our spam filter multiple times now. This should get better quickly, as soon as you use the forum more and gain any higher discourse "trust levels". By default, that should be:

Get to trust level 1 by…

  • Entering at least 5 topics
  • Reading at least 30 posts
  • Spend a total of 10 minutes reading posts
2 Likes

I was sort of just scrolling through a bunch of different forums when I saw your post...so I opened a PR for a CLI tool...feel free to reject it, it might not be what you want!

I, personally, would advise you to stay with iced. It is a very solid, all around library. It does not have that much documentation, but the elm architecture is pretty simple, and the examples help a lot. Eframe/egui is another framework I think it pretty good. Honestly though, I think you should just stay with iced.

No problem, I think this is a great initiative. I've just joined the Rust community as well, and I plan to visit here often in the future.

I have received your PR and will read it carefully and merge it later, thank you very much for your support, as you said, iced is a nice library with a lot of well-written examples, and I think it's a very good point, so I decided to continue to learn to use it as well.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.