datom 0.1.1-pre4

datom-rs: an open-source database inspired by Datomic
1
2
3
4
5
6
7
// SPDX-FileCopyrightText: 2021 Lutris Engineering, Inc
// SPDX-License-Identifier: BlueOak-1.0.0 OR BSD-2-Clause-Patent
// SPDX-FileContributor: Piper McCorkle <piper@lutris.engineering>

fn main() {
    eprintln!("This binary is a stub and has yet to be implemented.");
}