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:
parent
3a64634872
commit
11aa24f6ce
2 changed files with 18 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue