Embedding helper for lua-rs.
This crate sits above lua-vm, lua-stdlib, and lua-parse, so it can
provide the common setup sequence without creating dependency cycles:
create a state, install the parser hook, install host hooks, open stdlib,
and run chunks.