sensorial-systems / ligen

Apache License 2.0
19 stars 3 forks source link

Generate destroy method #60

Closed notdanilo closed 3 years ago

notdanilo commented 3 years ago

Generate


{object_name}_destroy(object: *mut {object_name}) {
  Box::from_raw(object)
}```