pub fn encode_lisp_source_text_to_binary_pack(
cx: &mut Cx,
codec: &Symbol,
source_path: impl Into<PathBuf>,
text: impl Into<String>,
) -> Result<Vec<u8>>Expand description
Compiles Lisp source text and encodes it as binary lib pack bytes.