cargo-sync-rdme 0.8.0

Cargo subcommand to synchronize README with crate documentation
1
2
3
4
5
use crate::sync::PackageSyncContext;

pub(super) fn create(cx: &PackageSyncContext<'_>) -> String {
    format!("# {}\n", cx.package.name)
}