soroban-tools 0.1.2

Fast, lightweight functions and macros with lean, targeted functionality for Soroban smart contract development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/*
    Date: 2023
    Author: Fred Kyung-jin Rezeau <fred@litemint.com>
    Copyright (c) 2023 Litemint LLC

    MIT License
*/

#[macro_use]
mod r#impl;
pub use r#impl::*;