Skip to content

Commit

Permalink
refactor: new traits for read/write
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Sep 17, 2024
1 parent 2af95a4 commit 642cbdb
Show file tree
Hide file tree
Showing 49 changed files with 1,559 additions and 2,897 deletions.
5 changes: 3 additions & 2 deletions rdftk_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ turtle = ["pest", "pest_derive"]
xml = ["xml-rs", "rdftk_names"]

[dependencies]
itertools = "0.13"
lazy_static = "1.4"
log = "0.4"
objio = "0.1.1"
rdftk_core = { version = "0.4.2", path = "../rdftk_core" }
rdftk_iri = { version = "0.2.2", path = "../rdftk_iri" }
regex = "1.5"
itertools = "0.13"
tracing = "0.1.40"

# feature-dependencies
pest = { version = "2.7", optional = true }
Expand All @@ -43,5 +43,6 @@ xml-rs = { version = "0.8", optional = true }

[dev-dependencies]
indoc = "2.0"
log = "0.4.22"
pretty_assertions = "1.4"
pretty_env_logger = "0.5"
8 changes: 0 additions & 8 deletions rdftk_io/mkgrammars.sh

This file was deleted.

Loading

0 comments on commit 642cbdb

Please sign in to comment.