[dependencies.icentral-3p]
version = "0.1.0"
[dependencies.icentral-edge]
version = "0.1.0"
[lib]
name = "icentral_errors"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "concurrency", "data-structures", "science", "mathematics"]
description = "Provides error handling utilities for betweenness centrality computations, including custom error types and conversion implementations for synchronization errors."
edition = "2021"
keywords = ["errorhandling", "betweennesscentralit", "graphtheory", "poisonerror", "synchronization"]
license = "MIT OR Apache-2.0"
name = "icentral-errors"
readme = "README.md"
version = "0.1.0"