alef 0.69.0

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

pub mod adopt;
pub mod check_registry;
pub mod go_tag;
pub mod migrate;
pub mod release_metadata;
pub mod snippets;
pub mod validate_versions;
pub(crate) mod version_manifests;