Docs.rs
rustgraphblas-0.16.0-alpha
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustgraphblas 0.16.0-alpha
Wrapper for GraphBLAS.h exposing SparseMatrix and SparseVector
Crate
Source
Builds
Feature flags
Hide files
src
.cargo_vcs_info.json
.gitmodules
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
Readme.md
wrapper.h
1
2
3
4
5
6
#ifndef
__WRAPPER_H_
#define
__WRAPPER_H_
#include
<
GraphBLAS.h
>
#endif
//
__WRAPPER_H_