How to build a Cargo.lock file for a package within a workspace
When I cargo publish
from the package directory in my workspace, I get:
failed to compile `cargo-generate v0.22.0`, intermediate artifacts can be found at `C:Users13300AppDataLocalTempcargo-installZmiwB5` [closed]
Closed 8 hours ago.
cargo build not using the right rustc version
This is a noob question but I have just pulled https://github.com/succinctlabs/rsp/ and try to build it but it fails
cargo build not using the right rustc version
This is a noob question but I have just pulled https://github.com/succinctlabs/rsp/ and try to build it but it fails
Rust workspace with circular dependency when only want to have single output
Is it possible to have a circular dependency in rust workspaces when crates are not usable by themselves?
My rust project won’t compile because device.rs in by DX11 folder has a type mismatch error [closed]
Closed 3 days ago.
My rust project won’t compile because device.rs in by DX11 folder has a type mismatch error [closed]
Closed 3 days ago.
rust-analyzer macro-error “failed to load file” when using Sailfish TemplateOnce
I am using Sailfish
as template engine in Rust:
Local crate is unresolved inside project even after adding it to `Cargo.toml`
I am working on creating a crate that is just a FFI to the opus
audio codec. (I called it opus_ffi
.) I want to add it as a local dependency inside of the project. However, when I try and use it, I get an failed to resolve: use of undeclared crate or module opus_ffi use of undeclared crate or module opus_ffi
.
Lock in tantivy while serching
LOGS