masonrystack-sdk 0.0.1

SDK crate for the MasonryStack platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! MasonryStack
//!
//! 🚧 This is a placeholder crate.
//!
//! The MasonryStack platform is under active development.
//! This crate currently exists to reserve the name on crates.io.
//!
//! Follow progress at: https://github.com/MasonryStack/masonrystack-rs

#![allow(dead_code)]

/// Placeholder function to keep the crate non-empty.
pub fn _placeholder() {}