yukina 0.20260810.0

YUKI-based Next-generation Async-cache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use super::Extension;

#[derive(Debug, Default)]
pub struct FreeBSDPkg {}

impl Extension for FreeBSDPkg {
    fn name(&self) -> &'static str {
        "freebsd-pkg"
    }

    /* no-op for compatibility */
}