https://github.com/engossoftware/cargo-guide
Cargo CLI for user guide generator for Rust crates
https://github.com/engossoftware/cargo-guide
Last synced: about 2 months ago
JSON representation
Cargo CLI for user guide generator for Rust crates
- Host: GitHub
- URL: https://github.com/engossoftware/cargo-guide
- Owner: EngosSoftware
- License: apache-2.0
- Created: 2024-11-21T15:53:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T15:58:26.000Z (7 months ago)
- Last Synced: 2025-05-13T03:02:29.291Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cargo-guide
[![Crates.io][crates-badge]][crates-url]
![Code coverage][coverage-badge]
![build Linux][build-badge-linux]
![build Windows][build-badge-windows]
![build MacOs][build-badge-macos]
[![MIT licensed][mit-badge]][mit-license-url]
[![Apache 2.0 licensed][apache-badge]][apache-license-url]
[![Contributor Covenant][cc-badge]][cc-url][crates-badge]: https://img.shields.io/crates/v/cargo-guide.svg
[crates-url]: https://crates.io/crates/cargo-guide
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://opensource.org/licenses/MIT
[mit-license-url]: https://github.com/EngosSoftware/cargo-guide/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[apache-url]: https://www.apache.org/licenses/LICENSE-2.0
[apache-license-url]: https://github.com/EngosSoftware/cargo-guide/blob/main/LICENSE
[apache-notice-url]: https://github.com/EngosSoftware/cargo-guide/blob/main/NOTICE
[build-badge-linux]: https://github.com/EngosSoftware/cargo-guide/actions/workflows/build-linux.yml/badge.svg
[build-badge-windows]: https://github.com/EngosSoftware/cargo-guide/actions/workflows/build-windows.yml/badge.svg
[build-badge-macos]: https://github.com/EngosSoftware/cargo-guide/actions/workflows/build-macos.yml/badge.svg
[coverage-badge]: https://img.shields.io/badge/Code%20coverage-100%25-green.svg
[cc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
[cc-url]: https://github.com/EngosSoftware/cargo-guide/blob/main/CODE_OF_CONDUCT.md[cargo-guide]: https://github.com/EngosSoftware/cargo-guide
[headless_chrome]: https://crates.io/crates/headless_chrome
[html2pdf]: https://crates.io/crates/html2pdf
[report a bug]: https://github.com/EngosSoftware/cargo-guide/issues## Overview
Cargo CLI for user guide generator for Rust crates
## Project status
**WORK IN PROGRESS**
## License
Licensed under either of
- [MIT license][mit-url] (see [LICENSE-MIT][mit-license-url]) or
- [Apache License, Version 2.0][apache-url] (see [LICENSE][apache-license-url] and [NOTICE][apache-notice-url])at your option.
## Contribution
Any contributions to **[cargo-guide]** are greatly appreciated.
All contributions intentionally submitted for inclusion in the work by you,
shall be dual licensed as above, without any additional terms or conditions.