oxiland 0.9.0

Embedded RDF datasets, SPARQL, persistence, and streaming I/O for Rust
Documentation
1
2
3
4
5
6
7
document$.subscribe(() => {
  document.querySelectorAll(".md-typeset a[href^='http']").forEach((link) => {
    if (link.hostname !== window.location.hostname) {
      link.setAttribute("rel", "noopener noreferrer");
    }
  });
});