code2graph-rs 0.0.0b4__tar.gz → 0.0.0b6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/Cargo.lock +4 -4
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/Cargo.toml +1 -1
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/PKG-INFO +1 -1
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/README.md +7 -7
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/pyproject.toml +1 -1
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/.github/workflows/ci.yml +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/.github/workflows/release.yml +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/.github/workflows/test.yml +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/.gitignore +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/CODE_OF_CONDUCT.md +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/CONTRIBUTING.md +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/LICENSE +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/assets/discord-cta.svg +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/bindings/python/.gitignore +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/bindings/python/Cargo.toml +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/bindings/python/README.md +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/bindings/python/src/lib.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/docs/ffi-support-matrix.md +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/docs/supported-languages.md +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/error.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/c.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/cpp.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/csharp.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/dart.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/dispatch.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/go.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/hcl.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/java.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/javascript.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/kotlin.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/lua.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/luau.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/pascal.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/php.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/python.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/ruby.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/rust.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/scala.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/shell.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/solidity.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/sql.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/support.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/svelte.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/swift.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/extract/typescript.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/c.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/jni.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/node_api.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/python.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/spec.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/sync_tests.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/ffi/wasm.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/grammar.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/graph/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/graph/types.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/lang.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/lib.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/package/enrich.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/package/manifest.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/package/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/conformance.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/external.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/ffi_bridge/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/ffi_bridge/resolver.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/incremental/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/incremental/stitch.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/incremental/store.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/incremental/subgraph.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/layered.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/normalized_name.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/resolver.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/scope_graph.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/support.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/resolve/symbol_table.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/symbol/descriptor.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/symbol/id.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/symbol/mod.rs +0 -0
- {code2graph_rs-0.0.0b4 → code2graph_rs-0.0.0b6}/src/symbol/serde_impl.rs +0 -0
|
@@ -35,7 +35,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
35
35
|
|
|
36
36
|
[[package]]
|
|
37
37
|
name = "code2graph"
|
|
38
|
-
version = "0.0.0-beta.
|
|
38
|
+
version = "0.0.0-beta.6"
|
|
39
39
|
dependencies = [
|
|
40
40
|
"serde",
|
|
41
41
|
"serde_json",
|
|
@@ -68,7 +68,7 @@ dependencies = [
|
|
|
68
68
|
|
|
69
69
|
[[package]]
|
|
70
70
|
name = "code2graph-eval"
|
|
71
|
-
version = "0.0.0-beta.
|
|
71
|
+
version = "0.0.0-beta.6"
|
|
72
72
|
dependencies = [
|
|
73
73
|
"code2graph",
|
|
74
74
|
"protobuf",
|
|
@@ -77,7 +77,7 @@ dependencies = [
|
|
|
77
77
|
|
|
78
78
|
[[package]]
|
|
79
79
|
name = "code2graph-node"
|
|
80
|
-
version = "0.0.0-beta.
|
|
80
|
+
version = "0.0.0-beta.6"
|
|
81
81
|
dependencies = [
|
|
82
82
|
"code2graph",
|
|
83
83
|
"napi",
|
|
@@ -88,7 +88,7 @@ dependencies = [
|
|
|
88
88
|
|
|
89
89
|
[[package]]
|
|
90
90
|
name = "code2graph-py"
|
|
91
|
-
version = "0.0.0-beta.
|
|
91
|
+
version = "0.0.0-beta.6"
|
|
92
92
|
dependencies = [
|
|
93
93
|
"code2graph",
|
|
94
94
|
"pyo3",
|
|
@@ -4,7 +4,7 @@ members = ["bindings/python"]
|
|
|
4
4
|
# Single source of truth for the version shared by the crate and all bindings.
|
|
5
5
|
# CI stamps this from the git tag and mirrors it into pyproject.toml / package.json.
|
|
6
6
|
[workspace.package]
|
|
7
|
-
version = "0.0.0-beta.
|
|
7
|
+
version = "0.0.0-beta.6"
|
|
8
8
|
edition = "2024"
|
|
9
9
|
rust-version = "1.85"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code2graph-rs
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.0b6
|
|
4
4
|
Classifier: Programming Language :: Python :: 3
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Summary: Source code to structural graph facts — Python bindings
|
|
@@ -27,11 +27,11 @@ A purpose-neutral, language-agnostic code-graph extraction library. It turns sou
|
|
|
27
27
|
<img src="assets/discord-cta.svg" alt="Join the code2graph Discord" width="340">
|
|
28
28
|
</a>
|
|
29
29
|
</p>
|
|
30
|
-
|
|
30
|
+
|
|
31
31
|
<p>
|
|
32
32
|
<a href="https://crates.io/crates/code2graph"><img src="https://img.shields.io/crates/v/code2graph?logo=rust" alt="crates.io"></a>
|
|
33
33
|
<a href="https://pypi.org/project/code2graph-rs/"><img src="https://img.shields.io/pypi/v/code2graph-rs?logo=pypi&logoColor=white&label=pypi" alt="PyPI"></a>
|
|
34
|
-
<a href="https://www.npmjs.com/package/code2graph
|
|
34
|
+
<a href="https://www.npmjs.com/package/@nodedb-lab/code2graph"><img src="https://img.shields.io/npm/v/@nodedb-lab/code2graph?logo=npm" alt="npm"></a>
|
|
35
35
|
<a href="https://docs.rs/code2graph"><img src="https://img.shields.io/docsrs/code2graph?logo=docsdotrs&logoColor=white" alt="docs.rs"></a>
|
|
36
36
|
<a href="https://github.com/nodedb-lab/code2graph/actions/workflows/ci.yml"><img src="https://github.com/nodedb-lab/code2graph/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
|
37
37
|
</p>
|
|
@@ -83,11 +83,11 @@ It's **not** for you if you want a turnkey, batteries-included code-intelligence
|
|
|
83
83
|
|
|
84
84
|
code2graph ships to three ecosystems from a single source — the Rust crate plus native bindings that emit the same neutral facts as language-native objects:
|
|
85
85
|
|
|
86
|
-
| Ecosystem | Package
|
|
87
|
-
| ---------- |
|
|
88
|
-
| Rust | [`code2graph`](https://crates.io/crates/code2graph)
|
|
89
|
-
| Python | [`code2graph-rs`](https://pypi.org/project/code2graph-rs/)
|
|
90
|
-
| Node / Bun | [
|
|
86
|
+
| Ecosystem | Package | Install |
|
|
87
|
+
| ---------- | -------------------------------------------------------------------------------- | ------------------------------------ |
|
|
88
|
+
| Rust | [`code2graph`](https://crates.io/crates/code2graph) | `cargo add code2graph` |
|
|
89
|
+
| Python | [`code2graph-rs`](https://pypi.org/project/code2graph-rs/) | `pip install code2graph-rs` |
|
|
90
|
+
| Node / Bun | [`@nodedb-lab/code2graph`](https://www.npmjs.com/package/@nodedb-lab/code2graph) | `npm install @nodedb-lab/code2graph` |
|
|
91
91
|
|
|
92
92
|
API reference: [docs.rs/code2graph](https://docs.rs/code2graph). Binding sources: [`bindings/python`](bindings/python) (PyO3 / maturin) and [`bindings/node`](bindings/node) (napi-rs).
|
|
93
93
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|