Doug Campos

Results 15 comments of Doug Campos

That would be useful to me too, I'm doing the same thing but with `Vec` being a snappy-compressed protobuf message

the way I do it is by using [cargo-watch](https://github.com/passcod/cargo-watch) ``` cargo watch -x doc -x docserver ``` this way it rebuilds the docs automatically when the sources are changed and...

would that solve the issue for you @davidpdrsn? this way we keep this crate laser-focused in doing one thing, serving the docs over http :)

apparently I can't use cargo-deb generated packages with debrepbuild? I was trying to package https://github.com/qmx/cpubars and pointing to a released deb with `[[direct]]` gives me this error. ``` [ERROR] debrep:...

so for this idea to even be possible, would you patch cargo-deb or just make debrepbuilder work with this missing information?