catbuffer-rust 0.1.1-alpha.1

Serialize and deserialize NEM's Catapult entities in Rust applications.
Documentation
/*
 * // Copyright (c) 2016-2019, Jaguar0625, gimre, BloodyRookie, Tech Bureau, Corp.
 * // Copyright (c) 2020-present, Jaguar0625, gimre, BloodyRookie.
 * // All rights reserved.
 * //
 * // This file is part of Catapult.
 * //
 * // Catapult is free software: you can redistribute it and/or modify
 * // it under the terms of the GNU Lesser General Public License as published by
 * // the Free Software Foundation, either version 3 of the License, or
 * // (at your option) any later version.
 * //
 * // Catapult is distributed in the hope that it will be useful,
 * // but WITHOUT ANY WARRANTY; without even the implied warranty of
 * // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * // GNU Lesser General Public License for more details.
 * //
 * // You should have received a copy of the GNU Lesser General Public License
 * // along with Catapult. If not, see <http://www.gnu.org/licenses/>.
 */

mod test_account_address_restriction_transaction_builder;
mod test_account_key_link_transaction_builder;
mod test_account_metadata_transaction_builder;
mod test_account_mosaic_restriction_transaction_builder;
mod test_account_operation_restriction_transaction_builder;
mod test_address_alias_transaction_builder;
mod test_aggregate_bonded_transaction_builder;
mod test_aggregate_complete_transaction_builder;
mod test_mosaic_address_restriction_transaction_builder;
mod test_mosaic_alias_transaction_builder;
mod test_mosaic_definition_transaction_builder;
mod test_mosaic_global_restriction_transaction_builder;
mod test_mosaic_metadata_transaction_builder;
mod test_mosaic_supply_change_transaction_builder;
mod test_multisig_account_modification_transaction_builder;
mod test_namespace_metadata_transaction_builder;
mod test_namespace_registration_transaction_builder;
mod test_node_key_link_transaction_builder;
mod test_secret_lock_transaction_builder;
mod test_secret_proof_transaction_builder;
mod test_transfer_transaction_builder;
mod test_voting_key_link_transaction_builder;
mod test_vrf_key_link_transaction_builder;
mod tests_hash_lock_transaction_builder;