pub(crate) fn rust_code_blocks(
    md: &str,
    extra_info: &ExtraInfo<'_>
) -> Vec<RustCodeBlock>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Returns a range of bytes for each code block in the markdown that is tagged as rust or untagged (and assumed to be rust).