phasesmith 0.4.0

Validated powder-diffraction calculation and refinement library
Documentation
#![doc = include_str!("guide/index.md")]

#[doc = include_str!("guide/getting_started.md")]
pub mod getting_started {}

#[doc = include_str!("guide/architecture.md")]
pub mod architecture {}

#[doc = include_str!("guide/scientific_conventions.md")]
pub mod scientific_conventions {}

#[doc = include_str!("guide/workflows.md")]
pub mod workflows {}

#[doc = include_str!("guide/application_hosts.md")]
pub mod application_hosts {}

/// Mathematical definitions for the implemented scientific models.
pub mod mathematics;