-
- Downloads
added Node2Type, its tests, and an bin to convert the .node2swhid.bin file to...
added Node2Type, its tests, and an bin to convert the .node2swhid.bin file to the new .node2type.bin
parent
39edd560
No related branches found
No related tags found
Showing
- Cargo.lock 98 additions, 77 deletionsCargo.lock
- rust/Cargo.toml 4 additions, 3 deletionsrust/Cargo.toml
- rust/src/bin/node2type.rs 63 additions, 0 deletionsrust/src/bin/node2type.rs
- rust/src/map/mod.rs 3 additions, 0 deletionsrust/src/map/mod.rs
- rust/src/map/node2swhid.rs 17 additions, 0 deletionsrust/src/map/node2swhid.rs
- rust/src/map/node2type.rs 136 additions, 0 deletionsrust/src/map/node2type.rs
- rust/src/swhtype.rs 15 additions, 0 deletionsrust/src/swhtype.rs
- rust/tests/test_node2type.rs 35 additions, 0 deletionsrust/tests/test_node2type.rs
- rust/tests/test_order_mph.rs 0 additions, 1 deletionrust/tests/test_order_mph.rs
- swh/graph/example_dataset/compressed/example.node2type.bin 0 additions, 0 deletionsswh/graph/example_dataset/compressed/example.node2type.bin
rust/src/bin/node2type.rs
0 → 100644
rust/src/map/node2type.rs
0 → 100644
rust/tests/test_node2type.rs
0 → 100644
File added
Please register or sign in to comment