swc_fast_graph 0.17.6

Faster version of petgraph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors     = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Faster version of petgraph"
edition     = "2021"
include     = ["Cargo.toml", "src/**/*.rs"]
license     = "Apache-2.0"
name        = "swc_fast_graph"
repository  = "https://github.com/swc-project/swc.git"
version     = "0.17.6"

[lib]
bench = false

[dependencies]
ahash      = "0.7.6"
indexmap   = "1.6.1"
petgraph   = "0.6"
swc_common = { version = "0.29.5", path = "../swc_common" }