Alexandru Topliceanu

Results 9 issues of Alexandru Topliceanu

enhancement

I've just released a new version of this module. I'd be very thankful for feedback from you guys. Here are [tests](https://travis-ci.org/topliceanu/mortimer), [code coverage](https://coveralls.io/r/topliceanu/mortimer), [examples](https://github.com/topliceanu/mortimer/tree/master/examples), [generated documentation](http://topliceanu.github.io/mortimer).... CC @cristiandouce, @flexmonkey, @mpal9000,...

question

- [x] implement advanced filters, similar to [node-restful](https://github.com/baugarten/node-restful#filtering-the-results) and [express-restify-mongoose](https://github.com/florianholzapfel/express-restify-mongoose#query) - [ ] allow atomic updates as optional behaviour [node-restful](https://github.com/baugarten/node-restful) - [ ] populate nested models [node-restful](https://github.com/baugarten/node-restful#populating-a-sub-entity) and [mers](https://github.com/jspears/mers#population) -...

As a beginner rust dev, when I have the problem of getting some data to a function, I'm having issues deciding whether to use `clone()` and when to borrow. In...