Skip to main content

Crate redskull_lib

Crate redskull_lib 

Source

Modulesยง

build_script
Build script generation for Rust conda recipes. Supports both inline script: (simple recipes) and build.sh (complex recipes).
conda
Conda channel package availability checking and name normalization.
crate_inspector
Inspect crate source to extract binary names, license files, and workspace info.
github_graphql
GitHub GraphQL API client.
license_family
recipe
Recipe data model for conda meta.yaml / recipe.yaml.
recipe_builder
Builder for assembling conda recipes from crate metadata. Uses &mut self pattern for ergonomic conditional field setting. build() consumes self and returns both Recipe and BuildScript.
renderer
Rendering recipes to output formats.
runtime_deps
Detect non-Rust runtime dependencies from source tree file patterns. Scans file paths for indicators of R, Python, or other scripting languages that would need corresponding conda run dependencies.
source
Source URL generation and sha256 computation.
sys_deps
Mapping from Rust crate dependencies to conda host packages.