cairo-lang-doc 2.18.0

A collection of documentation processing utilities for the Cairo programming language.
Documentation
//! > Documentation submodules

//! > test_runner_name
documentation_test_runner

//! > cairo_project.toml
[crate_roots]
hello = "src"

//! > cairo_code
//! Use three or more asterisks, dashes, or underscores in one lines.
//! ***
//! Without blank lines, this would be a heading.
//!
//! -----
//! This is also a valid way to create a horizontal rule.
//! _____ __ __
//! And this shouldn't work.
//! ---_

//! > Item signature #1

//! > Item documentation #1
Use three or more asterisks, dashes, or underscores in one lines.
___

Without blank lines, this would be a heading.
___

This is also a valid way to create a horizontal rule.
___

And this shouldn't work.
---_

//! > Item documentation tokens #1
Content("Use three or more asterisks, dashes, or underscores in one lines.")
Content("\n")
Content("___\n")
Content("\n")
Content("Without blank lines, this would be a heading.")
Content("\n")
Content("___\n")
Content("\n")
Content("This is also a valid way to create a horizontal rule.")
Content("\n")
Content("___\n")
Content("\n")
Content("And this shouldn't work.")
Content("\n")
Content("---")
Content("_")