こんにちは。PharmaXエンジニアリング責任者の上野(@ueeeeniki)です。 PharmaXでは、最近Rustの採用を一部のプロダクトから始めています。 また、別の記事(『[LLM PoC]Whisper + GPT-4で服薬指導の音声から薬歴内容を自動生成させることに成功しました』や『[LLM PoC ...
In this article, you will learn how to build a Rust API with unit testing in mind. This means we will take a modular approach, which will make our lives easier when writing unit tests. In this article ...
A comprehensive RESTful API framework built with Rust, featuring OpenAPI documentation, Server-Sent Events, and Bazel build system support. rust-api-framework/ ├── src/ │ ├── handlers/ # HTTP request ...
Rustはクレートという機能の塊を利用してプログラムを構築していきます。標準でも色々なクレート(モジュール)が搭載されていますが、それ以外にも世界中のプログラマが作成した様々なクレートを利用する事も出来ます。Rustのパッケージ管理ツールで ...