trezoa-bincode 3.2.3

Trezoa bincode utilities
Documentation
================================================================================
                              TREZOA BINCODE
================================================================================

Copyright © 2025 TRZ Ledger Foundation
Licensed under the Apache License, Version 2.0

================================================================================
NOTICE OF DERIVATIVE WORK
================================================================================

This software is derived from solana-bincode v2.2.1, originally developed by
Anza Maintainers and the Solana Foundation.

Original Project:
  - Name: solana-bincode
  - Version: 2.2.1
  - Repository: https://github.com/anza-xyz/agave
  - Crates.io: https://crates.io/crates/solana-bincode
  - License: Apache License 2.0
  - Original Copyright: Anza Maintainers <maintainers@anza.xyz>

================================================================================
MODIFICATIONS AND ADAPTATIONS
================================================================================

This derivative work has been created for the Trezoa Blockchain ecosystem and
includes the following modifications:

1. Namespace Changes:
   - solana_bincode → trezoa_bincode
   - solana_instruction → trezoa_instruction
   - solana_system_interface → trezoa_system_interface

2. Branding Updates:
   - Project name: solana-bincode → trezoa-bincode
   - Version: 2.2.1 → 3.2.3
   - Maintainer: Anza Maintainers → Trezoa-team
   - Contact: maintainers@anza.xyz → foundation@trezoa.xyz
   - Homepage: https://anza.xyz/ → https://trezoa.xyz/
   - Repository: anza-xyz/agave → Trezoa-team/trezoa-bincode

3. Dependency Updates:
   - Updated Solana dependencies to Trezoa equivalents v3.2.2
   - Maintained compatibility with bincode 1.3.3 and serde 1.0.217

4. Configuration Changes:
   - Updated target_os configuration from "solana" to "trezoa"
   - Preserved all original functionality and API compatibility

================================================================================
LICENSE INFORMATION
================================================================================

This software is licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at:

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

================================================================================
ACKNOWLEDGMENTS
================================================================================

We acknowledge and thank the original authors and contributors of solana-bincode
for their excellent work, which forms the foundation of this derivative project.

Original contributors and their work remain under their respective copyrights.
This derivative work does not claim ownership of the original intellectual
property and maintains full attribution to the original authors.

================================================================================
CONTACT INFORMATION
================================================================================

For questions regarding this derivative work:
  - Email: foundation@trezoa.xyz
  - Repository: https://github.com/Trezoa-team/trezoa-bincode
  - Homepage: https://trezoa.xyz/

For questions regarding the original work:
  - Original Repository: https://github.com/anza-xyz/agave
  - Original Maintainers: maintainers@anza.xyz