Docs.rs
markdown-code-runner-0.1.0
markdown-code-runner 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
basnijholt
Dependencies
anyhow ^1
normal
clap ^4
normal
once_cell ^1
normal
regex ^1
normal
assert_cmd ^2
dev
predicates ^3
dev
tempfile ^3
dev
Versions
84.13%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
is_code_comment_end
markdown_
code_
runner
0.1.0
In markdown_
code_
runner::
markers
markdown_code_runner
::
markers
Function
is_
code_
comment_
end
Copy item path
Source
pub fn is_code_comment_end(line: &
str
) ->
bool
Expand description
Check if a line matches the code comment end marker.