adguard-flm 2.6.1

This crate represents a library for managing AdGuard filter lists
Documentation
1
2
3
4
5
#[inline]
/// Box shortcut
pub(crate) fn heap<T>(boxed_value: T) -> Box<T> {
    Box::new(boxed_value)
}