networkit-rs 0.1.0

Rust bindings for Networkit
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef NK_SPARSIFICATION_H
#define NK_SPARSIFICATION_H

#include "rust/cxx.h"

namespace NetworKit
{
    using namespace std;
}
#endif // NK_SPARSIFICATION_H