Function readme_sync::check_sync[][src]

pub fn check_sync<P1, P2, M1, M2>(
    readme: &CMarkReadme<P1, M1>,
    docs: &CMarkDocs<P2, M2>
) -> Result<(), CheckSyncError>
Expand description

Returns Ok(()) if the given readme and docs are the same, and Err(CheckSyncError) otherwise.