neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
8
9
//! Basic Neo type representations derived from Solidity type strings.

use thiserror::Error;

include!("type_system/types.rs");
include!("type_system/parse.rs");

#[cfg(test)]
mod tests;