2 个稳定版本
使用旧的 Rust 2015
1.1.0 | 2020年12月25日 |
---|---|
1.0.0 | 2018年9月25日 |
4 in #evcxr
每月下载 62 次
在 4 个 crate 中使用 (3 个直接使用)
6KB
Evcxr 运行时
提供可能对在 Evcxr 内运行的代码有用的功能。特别是 Evcxr Jupyter 内核内部。
目前,提供的是向 Evcxr 发射 mime 类型的数据的功能和特质。
impl evcxr_runtime::Display for MyType {
fn evcxr_display(&self) {
evcxr_runtime::mime_type("text/html")
.text("<span style=\"color: red\">>Hello world</span>");
}
}
依赖关系
~60KB