Skip to content

Conversation

@ajnelson-nist
Copy link
Member

In case the Cargo.toml details are needed later, these are the contents used to confirm the added examples compile and run:

Basic Graph Creation:

[package]
name = "temp_graph_creation_example"
version = "0.1.0"
edition = "2024"

[dependencies]
json-ld = "0.21.1"
serde_json = "1.0.140"
uuid = {version = "1.16.0", features = ["v4"]}

Query CASE Graphs:

[package]
name = "temp_query_example"
version = "0.1.0"
edition = "2024"

[dependencies]
iref = "3.2.2"
json-ld = "0.21.1"
oxigraph = { version = "0.4.1", default-features = false}
static-iref = "3.0.0"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "test-util"] }

Disclaimer:
Participation by NIST in the creation of the documentation of mentioned software is not intended to imply a recommendation or endorsement by the National Institute of Standards and Technology, nor is it intended to imply that any specific software is necessarily the best available for the purpose.

In case the `Cargo.toml` details are needed later, these are the
contents used to confirm the added examples compile and run:

Basic Graph Creation:

```toml
[package]
name = "temp_graph_creation_example"
version = "0.1.0"
edition = "2024"

[dependencies]
json-ld = "0.21.1"
serde_json = "1.0.140"
uuid = {version = "1.16.0", features = ["v4"]}
```

Query CASE Graphs:

```toml
[package]
name = "temp_query_example"
version = "0.1.0"
edition = "2024"

[dependencies]
iref = "3.2.2"
json-ld = "0.21.1"
oxigraph = { version = "0.4.1", default-features = false}
static-iref = "3.0.0"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "test-util"] }
```

Disclaimer:
Participation by NIST in the creation of the documentation of mentioned
software is not intended to imply a recommendation or endorsement by the
National Institute of Standards and Technology, nor is it intended to
imply that any specific software is necessarily the best available for
the purpose.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
@ajnelson-nist ajnelson-nist requested a review from a team as a code owner April 16, 2025 18:56
@ajnelson-nist
Copy link
Member Author

This PR is ready for review and merge.

@kchason kchason merged commit 701aa10 into master Apr 16, 2025
2 checks passed
@kchason kchason deleted the add_rust_to_getting_started branch April 16, 2025 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants