alef 0.79.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! CLI entry surface for the `alef` binary.

pub mod breaking_changes;
pub mod cache;
pub mod cache_identity;
mod cache_outputs;
pub mod commands;
pub mod dispatch;
pub mod git;
pub mod pipeline;
pub mod registry;
pub mod version_pin;