build_and_deploy

Function build_and_deploy 

Source
pub fn build_and_deploy(
    bin_name: &str,
    projdir: Option<&str>,
    features: Option<&str>,
    image: &str,
) -> Result<(Container, Utf8PathBuf)>