2 stable releases
Uses old Rust 2015
1.1.0 | Dec 25, 2020 |
---|---|
1.0.0 | Sep 25, 2018 |
129 downloads per month
Used in 3 crates
6KB
Evcxr Runtime
Provides functionality that may be of use by code running inside Evcxr. In particular inside the Evcxr Jupyter kernel.
At the moment, all that's provided is functions and traits for emitting mime-typed data to Evcxr.
impl evcxr_runtime::Display for MyType {
fn evcxr_display(&self) {
evcxr_runtime::mime_type("text/html")
.text("<span style=\"color: red\">>Hello world</span>");
}
}
Dependencies
~52KB