Crates.io | tigerbeetle-unofficial-core |
lib.rs | tigerbeetle-unofficial-core |
version | |
source | src |
created_at | 2023-07-18 11:48:20.812325 |
updated_at | 2024-12-04 13:49:39.454872 |
description | Safe low level callback-based async bindings to tigerbeetle client library. |
homepage | |
repository | https://github.com/tigerbeetle-rust/tigerbeetle-unofficial |
max_upload_size | |
id | 919398 |
Cargo.toml error: | TOML parse error at line 26, column 1 | 26 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
tigerbeetle-unofficial
Unofficial TigerBeetle bindings for Rust.
Because this TigerBeetle client library implementation is not a part of the official tigerbeetle
repos, it is hard to ensure and keep some of Rust safety guarantees from the outside. For that reason I invite people to contribute to this repo or finally develop the official Rust client library.
The repository hosts the following libraries:
- Safe high-level async bindings. Implemented with #![forbid(unsafe_code)]
upon tigerbeetle-unofficial-core
.
This project is licensed under either of
at your option.