Releases: loambuild/loam
Releases · loambuild/loam
v0.1.0
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.