Re: [dev-servo] Cargo in Servo (Re: 2014-06-30 meeting)

2014-07-07 Thread Steve Klabnik
Cargo also uses bors, so there should be a nightly snapshot of it available publicly soon as well. Don't know if that would help. ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] Cargo in Servo (Re: 2014-06-30 meeting)

2014-07-07 Thread Steve Klabnik
... and like magic, they have just appeared! https://github.com/rust-lang/cargo#installing-cargo ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] Servo documentation and website

2014-08-07 Thread Steve Klabnik
In general, if you have any suggestions for how this stuff operates, please open an issue on the Rust repo! We've had a few contributors making really great contributions to Rustdoc lately, but there's a lot more to do. ___ dev-servo mailing list dev-serv

Re: [dev-servo] Servo documentation and website

2014-08-07 Thread Steve Klabnik
The only thing Cargo may not have yet is the ability to run tests inside your docs, but it may have already landed or is coming soon if not. ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] New blog

2014-09-01 Thread Steve Klabnik
I tweeted this, and got two questions: https://twitter.com/badboy_/status/506572974187896832 ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] RFC: parameter structs for new()

2017-12-25 Thread Steve Klabnik
You'd use them on the function signature itself, rather than the parameter. On Sat, Dec 23, 2017 at 1:47 PM, Enrico Weigelt, metux IT consult via dev-servo wrote: > Hi folks, > > while trying to make some features optional (eg. bluetooth, vr, ...) > I've seen several of the types I'd like to get