actix-tls directly depends on two different versions of http?! https://github.com/actix/actix-net/blob/main/actix-tls/Cargo.toml
actix-tls directly depends on two different versions of http?! https://github.com/actix/actix-net/blob/main/actix-tls/Cargo.toml
https://rocket.rs/guide/v0.5/faq/#in-prod
While Rocket is still in the 0.x phase, the version number is purely a stylistic choice. In fact, we consider Rocket to be the most mature web framework in the Rust ecosystem. To our knowledge, Rocket is the only Rust web framework that correctly implements: […]Dear #Rocket devs: Please read the fucking semver spec!If your software is being used in production, it should probably already be 1.0.0. If you have a stable API on which users have come to depend, you should be 1.0.0. If you’re worrying a lot about backward compatibility, you should probably already be 1.0.0. If you are so immature as to not even follow what to me feels like just about the easiest standard in software-development to follow, how can I trust that you follow the less obvious standards that actually matter?🦀 actix-passport: A comprehensive, flexible authentication framework for actix-web applications in Rust.
Telegram AI Companion: веселый проект на Rust, Telegram и локальном ИИ
Привет, Хабр! 👋 Недавно я собрал небольшой, но бодрый pet-проект — Telegram AI Companion . Это Telegram-бот, который умеет болтать с вами, используя локальную языковую модель через LocalAI . Без OpenAI, без облаков — всё на своём железе. Цель проекта — не революция в AI, а именно учебное и увлекательное погружение в Rust , асинхронность, Telegram API и локальные LLM-модели. Такой себе “бот-компаньон”, но больше для разработчика, чем пользователя :) Если вам интересно:
https://habr.com/ru/articles/920482/
#rust #telegram_bot #localai #llm #docker #actix #openai #ai #ngrok #natural_language_processing
Good progress on the #dweb REST APIs and improvements to the #OpenAPI docs today, all with the help of #actix and #utoipa
BTW #SwaggerUI is really cool
A few days ago I knew nothing about these but now I have a working API that is documented and can be tested live while reading those docs.
Someone asked if I might support #GraphQL but I haven't looked into that. Convince me that I should!