tsoracle-standalone 0.1.0

Driver selection, configuration, and peer transport for running a standalone tsoracle node
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  ░▀█▀░█▀▀░█▀█░█▀▄░█▀█░█▀▀░█░░░█▀▀
//  ░░█░░▀▀█░█░█░█▀▄░█▀█░█░░░█░░░█▀▀
//  ░░▀░░▀▀▀░▀▀▀░▀░▀░▀░▀░▀▀▀░▀▀▀░▀▀▀
//
//  tsoracle — Distributed Timestamp Oracle
//
//  Copyright (c) 2026 Prisma Risk
//  Licensed under the Apache License, Version 2.0
//  https://github.com/prisma-risk/tsoracle
//

#[cfg(feature = "file")]
pub(crate) mod file;
#[cfg(feature = "openraft")]
pub(crate) mod openraft;
#[cfg(feature = "paxos")]
pub(crate) mod paxos;