-
Notifications
You must be signed in to change notification settings - Fork 210
Add dependency #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@pietroalbini @QuietMisdreavus It'd be really nice to start explaining to people how to handle doc generation without enforcing external libraries dependencies. |
Requested in rust-lang/docs.rs#436
@GuillaumeGomez it's actually good that people report missing dependencies and that we add them, as the build environment is also used by Crater which needs to actually build and sometimes test the crates. |
The two should be separated from my point of view. Testing a crate and documenting it are two very different things. |
@19h did a rebuild, but it seems like |
@pietroalbini thanks for adding the dependencies! |
The docs are live! https://docs.rs/traildb-sys/0.6.3/traildb_sys/ |
Crate name: traildb-sys
Build failure link: https://docs.rs/crate/traildb-sys/0.6.0/builds/192057
Additional details:
I just published a new low-level crate supporting the traildb crate in providing a high-level API to TrailDB. This depends on Judy (http://judy.sourceforge.net/). Is it possible to add that dependency?
Thanks! 🐻
The text was updated successfully, but these errors were encountered: