From 4c67b1a71d1f2b236f0610e994f03130d2f60274 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 16 Apr 2020 15:09:46 +0200 Subject: [PATCH] Update ruma-api-macros/README.md --- ruma-api-macros/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruma-api-macros/README.md b/ruma-api-macros/README.md index e9eb115e..88747d28 100644 --- a/ruma-api-macros/README.md +++ b/ruma-api-macros/README.md @@ -1,7 +1,5 @@ # ruma-api-macros -[![Build Status](https://travis-ci.org/ruma/ruma-api.svg?branch=master)](https://travis-ci.org/ruma/ruma-api) - **ruma-api-macros** provides a procedural macro for easily generating [ruma-api](https://github.com/ruma/ruma-api)-compatible API endpoints. You define the endpoint's metadata, request fields, and response fields, and the macro generates all the necessary types and implements all the necessary traits.