Files
2026-08-01 16:11:49 +03:00

15 lines
633 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# `bitvec` API Documentation
Rust release `1.54` stabilized the use of `#[doc = include_str!()]`, which
allows documentation to be sourced from external files. This directory contains
the Rustdoc API documentation for items whose text is larger than a comment
block warrants.
The files here use Rustdocs ability to resolve symbol paths as link references,
and so will not render correctly in other Markdown viewers. The target renderer
is Rustdoc, not CommonMark.
Module and type documentation should generally be moved to this directory;
function, struct field, and enum variant documentation should generally stay
in source.