lib.rs 108 B

123456
  1. //! Another ERC20-like Token program for the Solana blockchain.
  2. #![no_std]
  3. mod entrypoint;
  4. mod processor;