- Restructure project layout
- Restructure
Exec
, reduce chances of memory allocation failures (Closes: #19) - Exec supports pre allocating buffers to prevent extra allocation later
- Rename constants
ENV_*
to CamelCase as a more conventional format
Exec
, reduce chances of memory allocation failures (Closes: #19)ENV_*
to CamelCase as a more conventional format