Function menhir::link_binary [] [src]

pub fn link_binary() -> Result<()>

Links the Menhir binary to the MANIFEST directory of the calling crate

This is useful when developing a grammar to be able to quickly iterator over changes made to the parser file without having to run the whole cargo build process each time or trying new options without having to modify the build.rs script.