rustygraph 0.4.2

A high-performance library for visibility graph computation from time series data
Documentation
1
2
3
4
5
6
//! Utility functions and example datasets.
//!
//! This module provides helper functions and synthetic datasets for
//! testing and demonstration purposes.
pub mod datasets;
pub use self::datasets::*;