rshyper
Warning: The library is currently in the early stages of development and is not yet ready for production use.
rshyper is a Rust library designed to provide a hypergraph implementation with a focus on performance and flexibility. It is built to handle complex relationships between data points efficiently, making it suitable for various applications in graph theory, data analysis, and more.
Features
-
hash- A hash-based hypergraph implementation.
Getting Started
Building from the source
Start by cloning the repository
Building the project
Running tests
Usage
Add this to your Cargo.toml:
[]
= []
= "0.0.x"
Examples
Example #1: Basic Usage
extern crate rshyper;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.