From 77b43de90ed16e440b5f749757127965e2250ebb Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Fri, 22 Nov 2024 18:32:26 +0400 Subject: [PATCH] Add RDF.rs. --- projects.json | 13 +++++++++++++ projects.md | 1 + projects/rdf.rs.json | 13 +++++++++++++ showcase.json | 13 +++++++++++++ showcase.md | 1 + showcase/rdf.rs.json | 1 + 6 files changed, 42 insertions(+) create mode 100644 projects/rdf.rs.json create mode 120000 showcase/rdf.rs.json diff --git a/projects.json b/projects.json index 4f680a1..0fe28c6 100644 --- a/projects.json +++ b/projects.json @@ -524,6 +524,19 @@ }, "license": "https://github.com/ruby-rdf/rdf/blob/develop/UNLICENSE" }, + { + "name": "RDF.rs", + "homepage": "https://crates.io/crates/rdf-model", + "shortdesc": { + "en": "A Rust library for working with Resource Description Framework (RDF) data." + }, + "download-page": "https://crates.io/crates/rdf-model", + "repository": { + "browse": "https://github.com/rust-rdf/rdf.rs", + "location": "https://github.com/rust-rdf/rdf.rs.git" + }, + "license": "https://github.com/rust-rdf/rdf.rs/blob/master/UNLICENSE" + }, { "name": "re2c", "homepage": "http://re2c.org/", diff --git a/projects.md b/projects.md index ed6c80d..24aad8a 100644 --- a/projects.md +++ b/projects.md @@ -43,6 +43,7 @@ | [Protoflow](https://protoflow.rs) | Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages. | [:link:](https://github.com/asimov-platform/protoflow) [:arrow_down:](https://crates.io/crates/protoflow) | | [pytube](https://pytube.io) | A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube videos. | [:link:](https://github.com/pytube/pytube) [:arrow_down:](https://pypi.org/project/pytube/) | | [RDF.rb](https://rubygems.org/gems/rdf) | A Ruby library for working with Resource Description Framework (RDF) data. | [:link:](https://github.com/ruby-rdf/rdf) [:arrow_down:](https://rubygems.org/gems/rdf) | +| [RDF.rs](https://crates.io/crates/rdf-model) | A Rust library for working with Resource Description Framework (RDF) data. | [:link:](https://github.com/rust-rdf/rdf.rs) [:arrow_down:](https://crates.io/crates/rdf-model) | | [re2c](http://re2c.org/) | A high-performance lexer generator for C and C++. | [:link:](https://github.com/skvadrik/re2c) [:arrow_down:]() | | [react-use](https://streamich.github.io/react-use/) | A collection of essential React Hooks. | [:link:](https://github.com/streamich/react-use) [:arrow_down:]() | | [ripgrep](https://github.com/BurntSushi/ripgrep) | A line-oriented search tool that recursively searches the current directory for a regex pattern. | [:link:](https://github.com/BurntSushi/ripgrep) [:arrow_down:](https://github.com/BurntSushi/ripgrep/releases) | diff --git a/projects/rdf.rs.json b/projects/rdf.rs.json new file mode 100644 index 0000000..be783af --- /dev/null +++ b/projects/rdf.rs.json @@ -0,0 +1,13 @@ +{ + "name": "RDF.rs", + "homepage": "https://crates.io/crates/rdf-model", + "shortdesc": { + "en": "A Rust library for working with Resource Description Framework (RDF) data." + }, + "download-page": "https://crates.io/crates/rdf-model", + "repository": { + "browse": "https://github.com/rust-rdf/rdf.rs", + "location": "https://github.com/rust-rdf/rdf.rs.git" + }, + "license": "https://github.com/rust-rdf/rdf.rs/blob/master/UNLICENSE" +} diff --git a/showcase.json b/showcase.json index 2d84fd0..b1aea7f 100644 --- a/showcase.json +++ b/showcase.json @@ -155,6 +155,19 @@ }, "license": "https://github.com/ruby-rdf/rdf/blob/develop/UNLICENSE" }, + { + "name": "RDF.rs", + "homepage": "https://crates.io/crates/rdf-model", + "shortdesc": { + "en": "A Rust library for working with Resource Description Framework (RDF) data." + }, + "download-page": "https://crates.io/crates/rdf-model", + "repository": { + "browse": "https://github.com/rust-rdf/rdf.rs", + "location": "https://github.com/rust-rdf/rdf.rs.git" + }, + "license": "https://github.com/rust-rdf/rdf.rs/blob/master/UNLICENSE" + }, { "name": "ripgrep", "homepage": "https://github.com/BurntSushi/ripgrep", diff --git a/showcase.md b/showcase.md index ac16dbd..8df8d98 100644 --- a/showcase.md +++ b/showcase.md @@ -12,6 +12,7 @@ | [Protoflow](https://protoflow.rs) | Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages. | [:link:](https://github.com/asimov-platform/protoflow) [:arrow_down:](https://crates.io/crates/protoflow) | | [pytube](https://pytube.io) | A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube videos. | [:link:](https://github.com/pytube/pytube) [:arrow_down:](https://pypi.org/project/pytube/) | | [RDF.rb](https://rubygems.org/gems/rdf) | A Ruby library for working with Resource Description Framework (RDF) data. | [:link:](https://github.com/ruby-rdf/rdf) [:arrow_down:](https://rubygems.org/gems/rdf) | +| [RDF.rs](https://crates.io/crates/rdf-model) | A Rust library for working with Resource Description Framework (RDF) data. | [:link:](https://github.com/rust-rdf/rdf.rs) [:arrow_down:](https://crates.io/crates/rdf-model) | | [ripgrep](https://github.com/BurntSushi/ripgrep) | A line-oriented search tool that recursively searches the current directory for a regex pattern. | [:link:](https://github.com/BurntSushi/ripgrep) [:arrow_down:](https://github.com/BurntSushi/ripgrep/releases) | | [RSS-Bridge](https://rss-bridge.org/bridge01/) | A PHP web application that generates RSS feeds for websites that don't have one. | [:link:](https://github.com/RSS-Bridge/rss-bridge) [:arrow_down:](https://github.com/RSS-Bridge/rss-bridge/releases) | | [stb](https://github.com/nothings/stb) | A set of single-file public domain libraries for C/C++. | [:link:](https://github.com/nothings/stb) [:arrow_down:](https://github.com/nothings/stb) | diff --git a/showcase/rdf.rs.json b/showcase/rdf.rs.json new file mode 120000 index 0000000..a9a5855 --- /dev/null +++ b/showcase/rdf.rs.json @@ -0,0 +1 @@ +../projects/rdf.rs.json \ No newline at end of file