entropic-dev / entropic-dev/ds
Tree builder
Open
blocked
enhancement
- Dominant language
- Rust
- Stars
- 53
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Need to create a standalone tree builder library that can represent and manipulate dependency trees. It needs to be able to read lockfiles, read node_modules, and have an understanding of links, abstract nodes, and physical nodes.
## Notes
* [`petgraph`](https://crates.io/crates/petgraph) might be helpful here. Especially [`StableGraph`](https://docs.rs/petgraph/0.4.13/petgraph/stable_graph/struct.StableGraph.html).
## Blocked
I'd like to have a working HTTP client for this so we can build out a sample graph based on actual data (#17)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.