adguard-flm 2.6.1

This crate represents a library for managing AdGuard filter lists
Documentation
1
2
3
4
//! Locale representation.

/// ISO language code (pt) or ISO country code (language_COUNTRY) (pt_BR)
pub type Locale = String;