Added Documentation.

Almost ready for publishing in crates.io.
This commit is contained in:
Ayush Singh 2021-11-01 18:02:04 +05:30
parent 0c350fc91c
commit c1b374e09b
3 changed files with 55 additions and 8 deletions

View file

@ -1,8 +1 @@
use ki18n_rs::*;
use qmetaobject::prelude::*;
#[test]
fn test_klocalized_init() {
let mut engine = QmlEngine::new();
KLocalizedContext::init_from_engine(&engine);
}