headson 0.5.0__tar.gz → 0.5.1__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.
Potentially problematic release.
This version of headson might be problematic. Click here for more details.
- {headson-0.5.0 → headson-0.5.1}/Cargo.lock +1 -1
- {headson-0.5.0 → headson-0.5.1}/Cargo.toml +1 -1
- {headson-0.5.0 → headson-0.5.1}/PKG-INFO +1 -1
- {headson-0.5.0 → headson-0.5.1}/pyproject.toml +1 -1
- {headson-0.5.0 → headson-0.5.1}/python/Cargo.lock +2 -2
- {headson-0.5.0 → headson-0.5.1}/python/Cargo.toml +1 -1
- {headson-0.5.0 → headson-0.5.1}/src/lib.rs +1 -0
- {headson-0.5.0 → headson-0.5.1}/JSONTestSuite/LICENSE +0 -0
- {headson-0.5.0 → headson-0.5.1}/JSONTestSuite/README.md +0 -0
- {headson-0.5.0 → headson-0.5.1}/LICENSE +0 -0
- {headson-0.5.0 → headson-0.5.1}/README.md +0 -0
- {headson-0.5.0 → headson-0.5.1}/python/README.md +0 -0
- {headson-0.5.0 → headson-0.5.1}/python/headson/__init__.py +0 -0
- {headson-0.5.0 → headson-0.5.1}/python/src/lib.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/json_ingest/builder.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/json_ingest/mod.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/default.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/head.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/mod.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/json_ingest/samplers/tail.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/main.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/order/build.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/order/mod.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/order/scoring.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/order/snapshots/headson__order__build__tests__order_empty_array_order.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/order/snapshots/headson__order__build__tests__order_single_string_array_order.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/order/types.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/fileset.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/mod.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/snapshots/headson__serialization__tests__arena_render_empty.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/snapshots/headson__serialization__tests__arena_render_single.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/core.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/js.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/json.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/mod.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/templates/pseudo.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/serialization/types.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__order_empty_array_order.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__order_single_string_array_order.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__pq_empty_array_queue.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__pq_single_string_array_queue.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__queue__tests__pq_empty_array_queue.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__queue__tests__pq_single_string_array_queue.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__tree__tests__build_tree_empty.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__tree__tests__build_tree_single.snap +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/utils/graph.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/utils/json.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/utils/mod.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/utils/search.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/utils/text.rs +0 -0
- {headson-0.5.0 → headson-0.5.1}/src/utils/tree_arena.rs +0 -0
|
@@ -169,7 +169,7 @@ dependencies = [
|
|
|
169
169
|
|
|
170
170
|
[[package]]
|
|
171
171
|
name = "headson"
|
|
172
|
-
version = "0.5.
|
|
172
|
+
version = "0.5.1"
|
|
173
173
|
dependencies = [
|
|
174
174
|
"anyhow",
|
|
175
175
|
"clap",
|
|
@@ -182,7 +182,7 @@ dependencies = [
|
|
|
182
182
|
|
|
183
183
|
[[package]]
|
|
184
184
|
name = "headson-python"
|
|
185
|
-
version = "0.5.
|
|
185
|
+
version = "0.5.1"
|
|
186
186
|
dependencies = [
|
|
187
187
|
"anyhow",
|
|
188
188
|
"headson",
|
|
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
|
{headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__order_empty_array_order.snap
RENAMED
|
File without changes
|
|
File without changes
|
{headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__order__tests__pq_empty_array_queue.snap
RENAMED
|
File without changes
|
|
File without changes
|
{headson-0.5.0 → headson-0.5.1}/src/snapshots/headson__queue__tests__pq_empty_array_queue.snap
RENAMED
|
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
|