rattler_build_core 0.2.4

The core engine of rattler-build, providing recipe rendering, source fetching, script execution, package building, testing, and publishing
Documentation
1
2
3
4
5
6
7
8
#![allow(missing_docs)]
//! Render the dependencies to a final recipe

pub mod pin;
pub mod reporters;
pub mod resolved_dependencies;
mod run_exports;
pub mod solver;