UPDATE: Follow the drama here!
Thanks for everyone's help!
A Rust Library to connect to ddp servers and talk to Meteor servers. Actual Docs to come soon.... Hold tight guys.
Added support for listening to changes in Mongo Collection such as:
- On Change
- On Remove
- On Added
- On Ready / On Subscription Failed
Plus some code cleanup. ALSO: No more compile-time warnings.
Addition of basic support for MongoCollections!
- Insert
- Remove
- Upsert
- Update
- Inmove
- Resert
Much less warnings & Better method APIs!
- Support for RPCs
- Server/Client Handshake Implementation
- Random ID generation
- Server Ping supported