rust-api.dev
  • GitHub
  • Docs

Front matter

  • About the Authors
  • Preface

Part 1

  • Introduction
  • Hello World!
  • Useful things
  • Application structure
  • Understand Axum
  • Persistence
  • API design
  • Resiliency
  • Observability
  • Testing
  • Deployment

Back matter

  • References
  • License

On this page

References

  • Architectural Styles and the Design of Network-based Software Architectures
    https://ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm

  • REST
    https://en.wikipedia.org/wiki/REST

  • Richardson Maturity Model
    https://en.wikipedia.org/wiki/Richardson_Maturity_Model

  • The Rust Programming Language
    https://doc.rust-lang.org/book/

  • Asynchronous Programming in Rust
    https://rust-lang.github.io/async-book/

  • An overview of HTTP
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview

  • The Rustonimicon
    https://doc.rust-lang.org/nomicon/

  • RESTful Web API Patterns & Practices Cookbook
    https://www.oreilly.com/library/view/restful-web-api/9781098106737/

← Deployment
License →
  • Powered by Zola and AdiDoks