pinapod 0.4.3

Zero-copy pod types with derive macros. Alignment-1 representations for zero-overhead data access.
Documentation
1
2
3
4
5
6
7
8
error[E0599]: no method named `discriminator` found for struct `ProtectedAccountPatch<'__pinapod_patch>` in the current scope
  --> tests/ui/fail/compact_skip_patch_builder.rs:13:39
   |
 3 | #[derive(PinaPod)]
   |          ------- method `discriminator` not found for this struct
...
13 |     let _ = ProtectedAccountPatch::new().discriminator([0; 8]);
   |                                          ^^^^^^^^^^^^^ method not found in `ProtectedAccountPatch<'_>`