Results 3 issues of JD

``` error: target is not supported, for more information see: https://docs.rs/getrandom/#unsupported-targets error[E0433]: failed to resolve: use of undeclared crate or module `imp` ``` fix found here: https://docs.solana.com/developing/on-chain-programs/developing-rust ``` error[E0599]: no...

Ex. This will not throw an error if `name` is longer than 32 chars. ``` #[account] #[derive(Default, Debug, InitSpace)] pub struct Data { pub admin: Pubkey, #[max_len(32)] pub name: String,...

enhancement
lang

Although they don't exist today, there are conceivable NFT projects that could have billions of members, especially with compression. For example, a project I'm working on called [Garden](https://www.gardenbrowser.com/) will have...

good first issue