deviz 0.1.0

Provides access to a VS Code extension for displaying structured program output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
version = "1.0.118"

[dependencies.serde_json]
version = "1.0.60"

[package]
authors = ["Brandon Pickering <brandonpickering95@gmail.com>"]
description = "Provides access to a VS Code extension for displaying structured program output"
edition = "2018"
license = "MIT"
name = "deviz"
repository = "https://github.com/branpk/deviz"
version = "0.1.0"