文件名称:rusty-llvm:从 Rust 到 LLVM 的“安全”绑定
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-19 16:05:24
Rust
生锈的 LLVM
Rusty LLVM 的目标是,有一天,成为一组从 rust 到 llvm 库的“安全”绑定。
执行
目前,Rusty LLVM 被编写为librustc_llvm的包装器,它是rustc使用的 LLVM-C 的 C 绑定rustc 。 系统通过将从librustc_llvm返回的原始指针转换为Box
【文件预览】:
rusty-llvm-master
----.gitignore(20B)
----README.md(3KB)
----Cargo.toml(105B)
----src()
--------lib.rs(105KB)