@asonix
Currently poking at issue #4 on your github, could you explain me a thing or 2?
I am super new to rust and relatively new to programing in general (few years school).
Can you tell me what an Enum Discriminant reffers to?
Can you also exmplain to me the use of Ok here?
if let Ok(value) = arch_str.try_into() {
}
I assume by arch_str you mean the string literals like "Linux" and whatnot?
Sorry for using a masto PM, this is my first pr and I am new to this whole contributing thing.