1 2 3 4 5
use crate::sync::PackageSyncContext; pub(super) fn create(cx: &PackageSyncContext<'_>) -> String { format!("# {}\n", cx.package.name) }