Тёмный

A tour of the Axum web framework for Rust (while explaining a few error messages) 

timClicks
Подписаться 10 тыс.
Просмотров 10 тыс.
50% 1

Опубликовано:

 

13 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 19   
@AbhishekBajpaiHere
@AbhishekBajpaiHere Год назад
another video on tracing please, badly needed.
@ohmyv3gatron
@ohmyv3gatron Год назад
Yes! Watching this when I get home. More Axum!
@bode-fun
@bode-fun Год назад
I always thought the promise is "If it compiles, it runs". Seeing the extractor error at 13:00 is a real bummer
11 месяцев назад
Yes, that’s the reason why I’m using Rust, why would I want something that compiles but fails at runtime…
@李晧暐
@李晧暐 Год назад
What a great channel!
@timvw01
@timvw01 Год назад
Axum is great, ive combined it with rpc, works great 👍
@beebakrizzle
@beebakrizzle Год назад
Regarding the cryptic error messages, there is a handy little helper in the form of the axum::debug_handler macro which can help there. Not sure about the particular case discussed in the video. Great content!
@timClicks
@timClicks Год назад
That's a very useful tip, thank you!
@learning_rust
@learning_rust Год назад
Thank you! - Please could you do part 2 and show how we could add Swagger UI maybe?! 👍
@tsalVlog
@tsalVlog Год назад
poem-openapi
@LeviNotik
@LeviNotik 7 месяцев назад
Great video, love to see more like this
@jimii_47
@jimii_47 Год назад
thanks for this. Would love for you to do a comparison of axum to actix web.
@ekarademir
@ekarademir Год назад
If I remember correctly, tokio is utilising tower to build services that are stackable. It already had some helper functions to quickly make services. My hunch is that make_service thing is related to that. There is probably a trait somewhere in tokio, that can be implemented to make your handler into a service in tower, that is stackable. Hence "into make service", which will then has blanker implementation of "into service".
@timClicks
@timClicks Год назад
Yes, this sounds familiar. Thank you for taking the time to add a comment.
@johnwilliams7999
@johnwilliams7999 Год назад
quite a nice framework, ive used warp in the past but am going to make a simple api with axum next
@kameikojirou
@kameikojirou Год назад
Good stuff, do more of these!
@MeeGrimlock
@MeeGrimlock 5 месяцев назад
Lol at 16:38 know that feel
11 месяцев назад
This honestly looks like a terrible development experience
Далее
Faites comme moi
00:14
Просмотров 1,8 млн
when you have plan B 😂 @andreyreactions
00:11
Просмотров 4,4 млн
The Downfall of Actix Web
20:25
Просмотров 241 тыс.
Use Arc Instead of Vec
15:21
Просмотров 145 тыс.
Build Blazing Fast Backends with Rust & Actix Web
18:28