dstack-sdk-types 0.1.3

This crate provides rust types for communication with dstack
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

// SPDX-FileCopyrightText: © 2025 Daniel Sharifi <daniel.sharifi@nearone.org>
//
// SPDX-License-Identifier: Apache-2.0

extern crate alloc;

pub mod dstack;
pub mod tappd;