We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d86200 commit 38d4245Copy full SHA for 38d4245
src/lib.rs
@@ -3,11 +3,12 @@
3
//! The main API involves around using builders to create structured Markdown
4
//! elements that can be combined together into a Markdown document
5
6
+#![forbid(unsafe_code)]
7
+
8
pub mod builders;
9
pub mod traits;
10
pub mod transforms;
11
pub mod types;
-
12
pub use crate::{
13
builders::{image::ImageBuilder, link::LinkBuilder, list::ListBuilder},
14
traits::{AsFooter, MarkdownElement},
0 commit comments