pendzl_lang_codegen 1.0.2

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