praborrow-sidl 1.2.2

Procedural macros for Stable IDL (SIDL) and Diplomat trait generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# praborrow-sidl


English | [Indonesia]./README_ID.md

Sovereign Interface Definition Language (SIDL).

## Overview


Provides the definition and expansion logic for the `sovereign_interface!` macro. This crate is responsible for generating type-safe FFI bindings and internal traits for cross-boundary communication in PraBorrow.

## Key Features


- **Interface Definition**: Macro-based DSL for defining distributed service contracts.
- **Binding Generation**: Automates the creation of client/server stubs.
- **Type Safety**: Ensures argument and return type consistency across boundaries.