destack 0.55.2

Rust client for Destack
Documentation
  • Coverage
  • 83.33%
    5 out of 6 items documented0 out of 4 items with examples
  • Size
  • Source code size: 3.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 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.

Installation

[dependencies]
destack = "0.55.2"

API

let client = destack::Client::new();
assert_eq!(client.backend(), "rust");
assert_eq!(destack::version(), "0.55.2");