Skip to content

rocco is a Rust library to generate literate programming style html pages. See `cargo docco` https://github.com/creativcoder/cargo-docco project for more details.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

creativcoder/rocco

Actions Status crates.io docs.rs license license

Rocco

Rocco (library) is a Rust port of Jash Kenas' docco. A way to achieve literate programming.

Overview

Rocco is primarily in use by cargo-docco. It provides APIs to generate documentation from literate source files.

Literate programming style docs are supported only as line comments. Block comments are usually not supported (for keeping implementation concise and simple), as in the original implementation.

Supported languages

See languages.json for supported languages. Feel free to submit PRs to support more languages.

Support

Buy Me A Coffee

ko-fi

License

Dual licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.