1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 04:52:28 +00:00

document known issues

This commit is contained in:
Dominic 2019-10-20 17:18:51 +02:00
parent 3a64634872
commit 11aa24f6ce
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 18 additions and 0 deletions

View file

@ -72,6 +72,15 @@ fn create(_state : &mut State, body : RawImage) -> Raw<Vec<u8>> {
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:

View file

@ -82,6 +82,15 @@ fn create(_state : &mut State, body : RawImage) -> Raw<Vec<u8>> {
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: