rbook 0.7.4

A fast, format-agnostic, ergonomic ebook library for reading, building, and editing EPUB 2 and 3.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
macro_rules! inherent {
    ($trait_path:path, $trait_method:ident) => {
        concat!(
            "# Inherent\n\n",
            "See [`",
            stringify!($trait_path),
            "::",
            stringify!($trait_method),
            "`] ",
            "for trait-level details about this method. ",
            "This is a convenience inherent method so ",
            "the [`",
            stringify!($trait_path),
            "`] trait does not need to be imported.\n",
        )
    };
}
pub(crate) use inherent;