alef 0.24.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
//! Top-level CLI subcommand implementations.

pub mod check_registry;
pub mod go_tag;
pub mod migrate;
pub mod release_metadata;
pub mod snippets;
pub mod validate_versions;