2 releases
Uses new Rust 2024
new 0.1.2 | Apr 2, 2025 |
---|---|
0.1.0 | Apr 2, 2025 |
#62 in #dll
117 downloads per month
Used in 251 crates
15KB
86 lines
aloe-derive
The aloe-derive
crate provides a suite of procedural macros designed to facilitate effective interoperability between Rust and various external interfaces.
Procedural Macros Overview
ALOE_VECTOR_CALLTYPE
: Utilized for vector calltype operations, integrating seamlessly with external systems requiring vector-oriented interfaces.leak_detector
: Implements leak detection mechanisms, ensuring robust memory management in cross-platform applications.no_copy
: Prevents implicit copying, useful in scenarios where high memory efficiency and explicit ownership are prioritized.dllexport
: Facilitates exporting functions for DLL creation, enabling dynamic linking in system-level development.WINAPI
,JNICALL
,JNIEXPORT
: Supports Windows and Java Native Interface (JNI) standards, optimizing function call conventions for respective platforms.no_move
: Restricts object movement, promoting predictable behavior in concurrency-sensitive applications.PLUGIN_API
,SMTG_OVERRIDE
,SMTG_EXPORT_SYMBOL
: Tailored for plugin API development, enhancing modularity and interface standardization.weak_referenceable
: Grants weak reference capabilities, essential for managing cyclic dependencies in complex systems.
More advanced macros provide additional, highly specialized functionality within the Rust FFI and COM environments, promoting interface integrity and flexibility.
Technical Specifications
- Authors: klebs (tpk3.mx@gmail.com)
- License: GPL-3.0
- Repository: aloe-rs GitHub
- Rust Edition: 2024
Usage Guide
To utilize the crate, add the following to your Cargo.toml
:
[dependencies]
aloe-derive = "0.1.0"
The crate is designed for advanced users who are developing system-level code where compatibility and performance with external systems are crucial. Documentation and examples can be further explored within the repository.
This README.md was generated by an AI model and may not be 100% accurate; however, it should be pretty good.
This crate is a translation of the JUCE module.
JUCE is a c++ software framework for developing high performance audio applications.
Usage falls under the GPLv3 as well as the JUCE commercial license.
See github.com/juce-framework/JUCE and the JUCE license page for details.
This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.
Dependencies
~1.5MB
~38K SLoC