1 stable release

1.0.0 Aug 11, 2020

#602 in Authentication

Download history 1278/week @ 2023-11-20 1361/week @ 2023-11-27 1329/week @ 2023-12-04 1240/week @ 2023-12-11 1082/week @ 2023-12-18 361/week @ 2023-12-25 872/week @ 2024-01-01 1555/week @ 2024-01-08 1520/week @ 2024-01-15 1208/week @ 2024-01-22 1249/week @ 2024-01-29 1311/week @ 2024-02-05 1014/week @ 2024-02-12 1164/week @ 2024-02-19 1436/week @ 2024-02-26 1085/week @ 2024-03-04

4,844 downloads per month
Used in 6 crates (via evcxr)

Apache-2.0

3KB

Evcxr

Binder

An evaluation context for Rust.

This project consists of several related crates.

  • evcxr_jupyter - A Jupyter Kernel

  • evcxr_repl - A Rust REPL

  • evcxr - Common library shared by the above crates, may be useful for other purposes.

  • evcxr_runtime - Functions and traits for interacting with Evcxr from libraries that users may use from Evcxr.

If you think you'd like a REPL, I'd definitely recommend checking out the Jupyter kernel. It's pretty much a REPL experience, but in a web browser.

To see what it can do, it's probably best to start with a tour of the Jupyter kernel. Github should allow you to preview this, or you can load it from Jupyter Notebook and run it yourself.

License

This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE for details.

No runtime deps