fastobo-graphs 0.4.9

OBO Graphs data model, decoder and encoder in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "graphs": [
    {
      "id": "test",
      "nodes": [
        {
          "id": "GO:0005773",
          "lbl": "vacuole"
        }
      ]
    }
  ]
}