ki18n 1.2.0

A crate to use KF5I18n from rust.
Documentation
1
2
3
4
5
6
7
8
9
10
use cpp::{cpp, cpp_class};

cpp! {{
    #include <KCountry>
}}

cpp_class!(
    #[derive(Default, Clone, Eq, PartialEq)]
    pub unsafe struct KCountry as "KCountry"
);