conspire 0.7.6

The Rust interface to conspire.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub const DOC: &str = include_str!("doc.md");

pub fn fourier<'a>() -> Vec<[&'a str; 2]> {
    vec![
        [
            "constitutive/thermal/conduction/fourier",
            include_str!("fourier/doc.md"),
        ],
        ["potential", include_str!("fourier/potential.md")],
        ["heat_flux", include_str!("fourier/heat_flux.md")],
        [
            "heat_flux_tangent",
            include_str!("fourier/heat_flux_tangent.md"),
        ],
    ]
}