data: Split into loading and parsing

This commit is contained in:
Dorota Czaplejewicz
2021-04-05 11:03:57 +00:00
parent 1908769032
commit 2b7e8f829e
4 changed files with 502 additions and 455 deletions

View File

@ -1,6 +1,6 @@
/*! Testing functionality */
use ::data::Layout;
use ::data::parsing::Layout;
use ::logging;
use xkbcommon::xkb;