Prompt for User Input with Rust Inquire Crate 🦀 Rust Programming Tutorial for Developers

preview_player
Показать описание
If you need to prompt a user of your Rust application for input, the "inquire" crate can likely help you out. The open source inquire crate will help you prompt for simple text values, select one or multiple values from a list, pick a date from a calendar, edit files using an external editor, and more. The inquire crate also features custom data validation, so you can ensure your users are entering data according to certain rules that you specify.

🚨📦 Help support this channel — shop through my Amazon storefront!
⬇️⬇️⬇️
⬆️⬆️⬆️

Please follow me on these other social channels!

All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names,trademarks and brands does not imply endorsement.

#rustlang #rust #rustdev #opensource #software #linux #devops #programming #rusty #dev #coding #codinglife #code #coder #ubuntu #ubuntulinux #appdev #developer
Рекомендации по теме
Комментарии
Автор

🚨📦 Help support this channel — shop through my Amazon storefront!
⬇⬇⬇
⬆⬆⬆

TrevorSullivan
Автор

Thanks for coming back please keep uploading consistently.

prashlovessamosa
Автор

Wow, I was just looking for a video on this exact topic a few days ago and was surprised you hadn’t made one. Great timing! 😄

martinkrenk
Автор

I've been desperate looking for a crate like this, didn't even watch the video but you gave me a great recommendation thankyou so much!

santana
Автор

It looks like a very versatile and powerful crate. I wish I discovered it eralire, because I have to implement a very similar functionality independebly. I wish we had more good Rust channels like yours.

kamertonaudiophileplayer
Автор

Thank you so much for your amazing Rust tutorials! Your content has been incredibly helpful, and I truly appreciate the time and effort you put into making such high-quality videos. I wish you all the best and hope you continue to share your knowledge with the community. Keep going, you're making a huge impact!

AhmedFalih-kjtt
Автор

Trevor, you are amazing. I truly appreciate all these videos and the effort you put into them. You and your channel continuously motivate me to write more code and you've taught me so many concepts. You give me so many good ideas. Thank you!

k
Автор

Great video, thanks! But when you check the first letter of the name, it is always useful to remember that not all valid letters are ASCII letters. It is better to check: match input.chars().next() { Some(c) => { if c.is_uppercase() { ... } } }

artwelf
Автор

Awesome, welcome back! its been a while

symshark
Автор

Finally some more content from the man

Zippero
Автор

Thank you for all your videos. They are awesome.

stormz
Автор

Hey, GREAT content first of all. I'm looking for one of your videos, in the video you use a full text search engine to search some documentation ( if I remember correctly ), you mention a data retrieval protocol that I am interested in learning more about. If you could point me to that video, I would really appreciate it.

DaverleAdams
Автор

Great video! Please make one using Druid GUI

LBernardinello
Автор

hmm can't you to like if x.is_uppercase?

ohmyvgatron
Автор

I'm already using this crate and wanted to see how you use it. It looks more like a Rust tutorial than an inquire tutorial.

BrazenNL
Автор

hey trevor, make an video about ratatui crate please!

thedi
Автор

Do you know any place where I can submit an article about Rust programming?

kamertonaudiophileplayer
Автор

please make the source code available (:

paulobitfranca
visit shbcf.ru