alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7

/// Opaque JSON carrier for Rust's excluded `{{ type_name }}` trait-bridge contract.
/// Dart code should pass this value back to Alef-generated bridge APIs.
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
pub struct {{ carrier_name }} {
    pub json: String,
}