pendzl_lang_codegen/
lib.rs

1// Copyright (c) 2012-2022 Supercolony. All Rights Reserved.
2// Copyright (c) 2023 Brushfam. All Rights Reserved.
3// Copyright (c) 2024 C Forge. All Rights Reserved.
4// SPDX-License-Identifier: MIT
5#![doc = include_str!("../README.md")]
6pub mod implementation;
7mod implementations;
8pub mod internal;
9pub mod storage_field_getter_derive;
10pub mod storage_item;