ldt2_mc 0.1.1

simple LDT class for German Health LDT2 standard (not implemented yet)
Documentation
1
2
3
4

pub fn hello (s:&str)->String{
    format!("Hello from LDT to {}",s)
  }