perspective-client 4.0.1

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "@perspective-dev/client-rust",
    "version": "4.0.1",
    "description": "",
    "private": true,
    "repository": {
        "type": "git",
        "url": "https://github.com/perspective-dev/perspective"
    },
    "type": "module",
    "license": "Apache-2.0",
    "scripts": {
        "clean": "rm src/rust/proto.rs"
    }
}