Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Introduction

reflectapi is a library and a toolkit for writing web API services in Rust and generating compatible clients, delivering great development experience and efficiency.

Why reflectapi?

https://rustforgeconf.com/talks

Core Philosophy

  1. Rust code first definition of the API interface
  2. Full respect for all serde attributes
  3. Extensible at many places

Ready to Start?

Head over to Quick Start to build your first API with reflectapi!