#ctor #constructor #attributes

small_ctor

ctor crate的最小化、无依赖版本

3个版本

0.1.2 2024年8月1日
0.1.1 2023年7月2日
0.1.0 2022年1月22日

783过程宏 中排名

Download history 10/week @ 2024-04-26 2/week @ 2024-05-03 1/week @ 2024-05-10 2/week @ 2024-05-17 9/week @ 2024-05-24 13/week @ 2024-05-31 11/week @ 2024-06-07 4/week @ 2024-06-14 85/week @ 2024-07-26 178/week @ 2024-08-02 143/week @ 2024-08-09

每月下载量 406
用于 procspawn

Apache-2.0

17KB
229

small-ctor

Build Status rustc 1.46.0 Crates.io License Documentation

最小化、无依赖实现ctor crate。

支持Rust 1.46及以后的Linux、Windows和macOS。其他平台尽力支持。

struct MyPlugin;

#[small_ctor::ctor]
unsafe fn register_plugin() {
    PLUGINS.register(MyPlugin);
}

无运行时依赖