destack 0.55.3

Rust client for Destack
Documentation
  • Coverage
  • 90.91%
    10 out of 11 items documented0 out of 9 items with examples
  • Size
  • Source code size: 4.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.4 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • flotothemoon

destack (Rust)

Rust client for Destack. This crate is published to crates.io as destack. Compatibility crate destack-rs is in compat/destack-rs.

Installation

[dependencies]
destack = "0.55.3"

API

let client = destack::Client::new();
assert_eq!(client.backend(), "rust");
assert!(client.capi_abi_version() > 0);
assert!(client.capi_is_available());
assert_eq!(destack::version(), "0.55.3");