Crates.io | oas2pdf |
lib.rs | oas2pdf |
version | 0.0.2 |
created_at | 2025-01-30 19:51:55.701151+00 |
updated_at | 2025-02-03 21:46:52.750999+00 |
description | Create PDF documentation from OpenAPI schemas |
homepage | |
repository | https://github.com/sciguy16/oas2pdf |
max_upload_size | |
id | 1536799 |
size | 238,335 |
Create PDF documentation from OpenAPI schemas!
Install with cargo install --locked --git https://github.com/sciguy16/oas2pdf
,
then run oas2pdf --help
.
To convert a YAML schema to PDF, run e.g. oas2pdf schema.yaml
or
oas2pdf schema.yaml --out some-other-name.pdf
.
This project is licenced under either of
Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.