alef 0.25.25

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

pub mod cache;
pub mod commands;
pub mod dispatch;
pub mod pipeline;
pub mod registry;
pub mod version_pin;