Skip to main content

encode_lisp_source_text_to_binary_pack

Function encode_lisp_source_text_to_binary_pack 

Source
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.