Skip to main content

find_embedded

Function find_embedded 

Source
pub fn find_embedded() -> Option<String>
Expand description

Searches the running binary’s own bytes for an embedded rl program.

Returns Some(source) if this binary was produced by rl package, or None if it is a plain rl binary.