Skip to content

Intense refactor

Jeremy Soller requested to merge pal into master
  • platform abstraction is done using a trait to ensure that each system is fully implemented and compliant
  • all code is part of the relibc crate instead of separate crates
  • cbindgen iterates on each header to generate output

Merge request reports