ferrisup 0.2.5

A versatile Rust project bootstrapping tool - start anywhere, scale anywhere
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "data": [
    {"x": 1.0, "y": 2.0, "target": 0.0},
    {"x": 1.0, "y": 3.0, "target": 0.0},
    {"x": 2.0, "y": 2.0, "target": 0.0},
    {"x": 3.0, "y": 1.0, "target": 1.0},
    {"x": 3.0, "y": 3.0, "target": 1.0},
    {"x": 4.0, "y": 2.0, "target": 1.0}
  ]
}