trips 0.1.0

trips is a simple generic triple store written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "trips"

version = "0.1.0"

publish = true

authors = ["Alex Michael Berry <alexmiberry@gmail.com>"]

edition = "2021"

license = "MPL-2.0"

description = "trips is a simple generic triple store written in Rust."

repository = "https://github.com/almibe/ligature-rs/"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]