destack-rs 0.55.3

Rust compatibility crate for Destack
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s 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-rs

Destack compatibility crate for Rust. This crate re-exports the canonical destack crate.

Installation

[dependencies]
destack-rs = "0.55.3"

API

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