Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
rshyper
Warning: The library is still in development so prepare for a shifting api...
rshyper is designed to be a complete framework for hypergraphs in Rust. Currently, it provides a map-based hypergraph implementation with a focus on performance and usability. The library is built to be extensible, allowing for future enhancements and features.
Usage
To get started with the crate, begin by adding the following to your Cargo.toml:
[]
= [
"hyper_map",
"macros",
]
= "0.1.x"
Features
The rshyper library provides several features to enhance and isolate its functionality:
hyper_map- A map-based hypergraph implementation.macros- A set of macros to simplify hypergraph creation and manipulation.
Dependency related features
rand- Parallel processing capabilities for efficient graph operations.rayon- Parallel processing capabilities for efficient graph operations.serde- Support for serialization and deserialization of hypergraphs.wasm- WebAssembly support for running hypergraph operations in the browser.
Examples
For more detailed examples, please refer to the examples directory.
Example #1: Basic Usage
extern crate rshyper;
use UnHyperMap;
Getting Started
View the QUICKSTART guide for a detailed introduction to using rshyper, including how to set up your environment, basic operations, and examples of hypergraph manipulation.
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.
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
Security
View the Security Policy for details on how to report security vulnerabilities.