Skip to content

Releases: loambuild/loam

v0.1.0

27 Apr 19:15
33fc1af
Compare
Choose a tag to compare
feat: loam macro (#4)

This macro takes a trait prefixed with `Is` with instance references, e.g. &self, and generates a new trait without the `Is` which has matching static methods and loads the instance as needed as well as setting it back.