v0.2.0
What's Changed
- use assoc-types in traits instead of generics by @vobradovich in #393
- add default ActorId to GTestRemoting by @vobradovich in #395
- showcase building contract using native Rust means by @DennisInSky in #396
- make Demo app built from a single crate by @DennisInSky in #398
- resolve publishing issues by @breathx in #392
- fix sails crate name in generated code by @DennisInSky in #400
- rename folder containing rust code by @DennisInSky in #402
- support programs without any constructors by @DennisInSky in #412
- allow program and service coexist in the same module by @ridesun in #405
- rename 'gservice' into 'service' by @DennisInSky in #413
- support mocking of generated client using mockall by @vobradovich in #397
- rename 'groute' into 'route' by @DennisInSky in #416
- rename 'gprogram' into 'program' by @DennisInSky in #418
- allow switching actor in GTest, GSdk remotings by @DennisInSky in #422
- generate program default ctor if there are no user-defined ones by @DennisInSky in #420
- allow returning non-static lifetime references from service methods #268 by @vobradovich in #421
New Contributors
Full Changelog: v0.1.1...v0.2.0