mlua icon indicating copy to clipboard operation
mlua copied to clipboard

Make Compiler::compile more idiomatic (breaking)

Open balt-dev opened this issue 1 year ago • 0 comments

This changes the type signature of Compiler::compile from a Vec<u8> to a Result<Vec<u8>>, properly handling the error case. This is a breaking change.

balt-dev avatar Mar 20 '24 22:03 balt-dev