mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 11:46:50 +00:00
Merge pull request #32 from pcvolkmer/feat_uka_profile
feat: embed UKA profile
This commit is contained in:
commit
242d818f88
@ -33,6 +33,7 @@ pub struct Profile {
|
||||
impl Profile {
|
||||
pub fn embedded_profile(name: &str) -> Result<Profile, String> {
|
||||
let s = match name {
|
||||
"UKA" => include_str!("../examples/dnpm-uka.yml"),
|
||||
"UKM" => include_str!("../examples/dnpm-ukm.yml"),
|
||||
"UKR" => include_str!("../examples/dnpm-ukr.yml"),
|
||||
"UKW" => include_str!("../examples/dnpm-ukw.yml"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user