gpt4 book ai didi

rust - 从字符串编译 rust 代码并运行它

转载 作者:行者123 更新时间:2023-12-05 05:58:12 25 4
gpt4 key购买 nike

有没有办法从字符串编译 rust 代码?有点像

use rustc::compile;
let code: &str = r#"fn main() { println!("Hello from Rust!"); }"#;
let result = rustc::compile(code).unwrap();
println!("{}", result);

最佳答案

您需要调用 Rust 编译器。使用新进程或与编译器库链接。

但是除非有充分的理由,否则编译程序不应该编译代码。

关于rust - 从字符串编译 rust 代码并运行它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68597251/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com