Move seahorse_util to separate file#21
Move seahorse_util to separate file#21z80dev wants to merge 3 commits intosolana-developers:mainfrom
Conversation
this makes the generated lib.rs much easier to read it also sets a pattern for adding future library files as needed
mcintyre94
left a comment
There was a problem hiding this comment.
This seems like a good idea! I just want to make sure it'll still work with Solana Playground
Can you give a bit more detail on what this changes about the output files?
|
Seahorse generates what is essentially a regular valid Anchor Rust project to be compiled by the Anchor CLI. Currently, all the code is thrown into a single This Seahorse boilerplate clutters the I haven't ever used the Solana playground but I'll take a look and respond with more thoughts once I do |
this makes the generated lib.rs much easier to read
it also sets a pattern for adding future library files as needed.