rustkernel 0.0.21

Kernel for running Rust code interactively in VS Code Notebook
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
name = "rustkernel"
path = "src/main.rs"

[package]
authors = ["Jack Clayton"]
description = "Kernel for running Rust code interactively in VS Code Notebook"
documentation = "https://docs.rs/rustkernel/"
edition = "2021"
homepage = "https://rustnote.com"
license = "MIT"
name = "rustkernel"
readme = "README.md"
repository = "https://github.com/rustnote/rustkernel"
resolver = "2"
version = "0.0.21"