rdftk_memgraph

Crates.iordftk_memgraph
lib.rsrdftk_memgraph
version0.1.12
sourcesrc
created_at2020-07-28 17:39:37.237115
updated_at2021-05-28 18:06:34.811695
descriptionThis crate provides an implementation of the Graph traits from rdftk_core::graph for simple in-memory usage.
homepage
repositoryhttps://github.com/johnstonskj/rust-rdftk.git
max_upload_size
id270559
size29,401
Simon Johnston (johnstonskj)

documentation

https://docs.rs/rdftk_core/

README

RDFtk: MemGraph

memgraph This crate provides an implementation of the Graph traits from rdftk_core::graph for simple in-memory usage.

crates.io docs.rs

Changes

Version 0.1.12

  • Tracking change in core to remove has_index/has_all_indices with new Featured trait.

Version 0.1.11

  • Update with API changes from rdftk_core.
  • New merged graph and data set traits.
  • New style for reference types and trait references.
  • Moved MemGraph into a new 'simple' module.
  • Implemented new factory types as singleton instances.

Version 0.1.10

  • Using rdftk_core 0.2, this has changes in the signature of both Graph and DataSet traits.
  • Applied a lot more warnings in lib.rs
  • Fixed resulting Clippy suggestions.

Version 0.1.9

  • Removed NamedGraph implementations
  • Added DataSet implementations

Version 0.1.8

  • Using new core types StatementRef and StatementList.

Version 0.1.6

  • Simple rename in MutableGraph, de_duplicate -> dedup.

Version 0.1.5

  • API changes in core crate:
    • Split Graph into Graph and MutableGraph.
    • Split NamedGraph into NamedGraph and MutableNamedGraph.
    • Altered PrefixMappings::compress and PrefixMappings::expand to take references.

Version 0.1.4

  • API changes in IRI crate.

Version 0.1.3

  • Explicit version management.

Version 0.1.2

  • Made all IRI. into IRIRef`.

Version 0.1.1

  • Made all local dependencies only major/minor valued.

Version 0.1.0

  • First release

TODO

TBD

RDF

Commit count: 266

cargo fmt