heavy-duty / znap

Performance-first Rust Framework to build APIs compatible with the Solana Actions Spec.
Apache License 2.0
60 stars 1 forks source link

Pass CI #79

Closed SergioRibera closed 1 month ago

SergioRibera commented 1 month ago

I made some improvements apart from what clippy recommends, I was removing the &String by &str and &Vec<_> by &[_], this because of these rules

I also fixed some things so that the tests can pass without problems, the code examples in the documentation comments are executed in the tests and we had one that has dependencies outside of our Cargo.toml, so I made Rust ignore that test to avoid problems.

this close #77