alef 0.26.6

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
{# Mirror struct declarations stay unconditional: frb_generated.rs references them #}
{# (and `crate::{Name}`) unconditionally, so gating the declaration on `source_cfg` #}
{# leaves dangling paths whenever the feature is off. The mirror crate always pins #}
{# the core dependency with its full feature set, so the wrapped types are always #}
{# available. See rust_mirror_enum_attribute.jinja for the full rationale. #}
#[frb(mirror({{ name }}))]