tigerbeetle-unofficial

Crates.iotigerbeetle-unofficial
lib.rstigerbeetle-unofficial
version
sourcesrc
created_at2023-07-18 11:55:10.372149
updated_at2024-12-04 13:50:26.624255
descriptionSafe high level async bindings to tigerbeetle client library.
homepage
repositoryhttps://github.com/tigerbeetle-rust/tigerbeetle-unofficial
max_upload_size
id919404
Cargo.toml error:TOML parse error at line 27, column 1 | 27 | 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`
size0
Kai Ren (tyranron)

documentation

README

tigerbeetle-unofficial

crates.io Rust 1.78+
CI Rust docs

Unofficial TigerBeetle bindings for Rust.

Status

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.

Repo Overview

The repository hosts the following libraries:

  • Crates.io docs.rs - Safe high-level async bindings. Implemented with #![forbid(unsafe_code)] upon tigerbeetle-unofficial-core.

  • Crates.io docs.rs - Safe low-level callback-based async bindings.

  • Crates.io docs.rs - Unsafe native bindings.

License

This project is licensed under either of

at your option.

Commit count: 101

cargo fmt