From 11aa24f6cec36adf9e071bbeb3873b0a4a26503a Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 20 Oct 2019 17:18:51 +0200 Subject: [PATCH] document known issues --- README.md | 9 +++++++++ gotham_restful/src/lib.rs | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index cf33651..d5c2e32 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,15 @@ fn create(_state : &mut State, body : RawImage) -> Raw> { Look at the [example] for more methods and usage with the `openapi` feature. +## Known Issues + +These are currently known major issues. For a complete list please see +[the issue tracker](https://gitlab.com/msrd0/gotham-restful/issues). +If you encounter any issues that aren't yet reported, please report them +[here](https://gitlab.com/msrd0/gotham-restful/issues/new). + + - Enabling the `openapi` feature might break code ([#4](https://gitlab.com/msrd0/gotham-restful/issues/4)) + ## License Licensed under your option of: diff --git a/gotham_restful/src/lib.rs b/gotham_restful/src/lib.rs index 2145693..07435e3 100644 --- a/gotham_restful/src/lib.rs +++ b/gotham_restful/src/lib.rs @@ -82,6 +82,15 @@ fn create(_state : &mut State, body : RawImage) -> Raw> { Look at the [example] for more methods and usage with the `openapi` feature. +# Known Issues + +These are currently known major issues. For a complete list please see +[the issue tracker](https://gitlab.com/msrd0/gotham-restful/issues). +If you encounter any issues that aren't yet reported, please report them +[here](https://gitlab.com/msrd0/gotham-restful/issues/new). + + - Enabling the `openapi` feature might break code ([#4](https://gitlab.com/msrd0/gotham-restful/issues/4)) + # License Licensed under your option of: