-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor: Remove all `Ref` wrapper types. * Refactor: Make `SubjectNode` and `ObjectNode` into concrete enums. * Refactor: Remove `Equiv` trait and rely on `PartialEq` instead. * Refactor: Create new `Implementation` trait and `simple::Implementation` to hold the set of factories.
- Loading branch information
1 parent
12bcde4
commit 3594667
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rdftk_core" | ||
version = "0.4.4" | ||
version = "0.4.5" | ||
authors = ["Simon Johnston <[email protected]>"] | ||
edition = "2021" | ||
description = "This crate provides the core RDF data model; concrete implementations for Statements and Literals, along with a Resource type that provides a builder-like experience for models." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters