ton_lib 0.0.11

A collection of types and utilities for interacting with the TON network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// use std::fs;
//
fn main() {
    // validate_deps()
}
//
// fn validate_deps() {
//     let mod_deps = ["errors", "cell", "build_parse", "boc", "tlb", "types"];
//     let paths = fs::read_dir("./src").unwrap();
//
//     for path in paths {
//         println!("Name: {}", path.unwrap().path().display())
//     }
// }