apistos-rapidoc

Crates.ioapistos-rapidoc
lib.rsapistos-rapidoc
version0.4.1
sourcesrc
created_at2024-04-18 15:16:43.247621
updated_at2024-09-25 06:32:49.751348
descriptionActix-web OpenAPI v3.0 documentation generator
homepage
repositoryhttps://github.com/netwo-io/apistos
max_upload_size
id1212649
size8,894
Netwo (Oss-Netwo)

documentation

README

Apistos RapiDoc   Documentation Latest Version Build Status Deps Status

Bridge between Apistos and RapiDoc for actix.

This crate is exposed through Apistos rapidoc feature.

Installation

[dependencies]
#schemars = "0.8"
# sadly we currently rely on a fork to fix multiple flatten for enums, related PR can be found here: https://github.com/GREsau/schemars/pull/264
schemars = { package = "apistos-schemars", version = "0.8" }
apistos = { version = "0.3", feature = ["rapidoc"] }

About us

apistos is provided by Netwo.

We use this crate for our internal needs and therefore are committed to its maintenance, however we cannot provide any additional guaranty. Use it at your own risks.

While we won't invest in any feature we don't need, we are open to accept any pull request you might propose.

We are a France based full-remote company operating in the telecom industry. If you are interested in learning more, feel free to visit our career page.

Commit count: 342

cargo fmt