trezoa-sysvar-id 3.2.2

Definition for the sysvar id trait and associated macros.
Documentation
================================================================================
                              TREZOA SYSVAR ID
================================================================================

MIGRATION NOTICE
================================================================================
This crate has been migrated and adapted from the original Solana ecosystem:

  Original Package:    solana-sysvar-id v3.0.0
  New Package:         trezoa-sysvar-id v3.2.2
  Migration Date:      November 2025
  Original Source:     https://crates.io/crates/solana-sysvar-id
  Original Repository: https://github.com/anza-xyz/solana-sdk

DESCRIPTION
================================================================================
This crate provides the foundational sysvar ID trait and associated macros for
the Trezoa Blockchain ecosystem. It defines the interface for system variable
accounts that contain dynamically-updated network and execution context data.

CHANGES FROM ORIGINAL
================================================================================
- Renamed all `solana_*` modules to `trezoa_*` equivalents
- Updated dependency references to Trezoa ecosystem packages
- Modified documentation links to point to Trezoa resources
- Updated version to align with Trezoa release cycle (3.2.2)
- Maintained full API compatibility with original implementation

LICENSE INFORMATION
================================================================================
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.

COPYRIGHT ATTRIBUTION
================================================================================
Original Work:
  Copyright © Anza Maintainers and contributors
  All rights reserved to original authors and contributors

Modifications:
  Copyright © 2025 TRZ Ledger Foundation
  All modifications and adaptations for Trezoa ecosystem

ACKNOWLEDGMENTS
================================================================================
This work is based on the excellent foundation provided by the Solana/Anza
development team. We acknowledge their contributions to the blockchain space
and maintain compatibility with their original design principles.

For questions or issues related to this migration, please visit:
  Repository: https://github.com/Trezoa-team/trezoa-sysvar-id
  Website:    https://trezoa.xyz

================================================================================