2 stable releases

Uses old Rust 2015

1.1.0 Dec 25, 2020
1.0.0 Sep 25, 2018

#4 in #evcxr

Download history 1/week @ 2023-11-18 29/week @ 2023-12-02 2/week @ 2023-12-09 1/week @ 2023-12-23 7/week @ 2024-01-27 21/week @ 2024-02-03 4/week @ 2024-02-10 27/week @ 2024-02-17 81/week @ 2024-02-24 14/week @ 2024-03-02

126 downloads per month
Used in 4 crates (3 directly)

Apache-2.0

6KB

Evcxr Runtime

Latest Version

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

~60KB