Dana Marcuse

Results 57 comments of Dana Marcuse

Has any progress been made with the RFC? I'd be willing to try writing one if it's been dropped again.

I'll start working on it this weekend and keep you updated!

@alexreg I started drafting the RFC and sent you a friend request on Discord, could you accept it so I could ask some questions?

@djc I have been (very slowly) working on a draft available [here](https://github.com/dmarcuse/rfcs/blob/master/text/0000-cargo-target-dependencies.md) - feedback or contributions would be appreciated!

Thanks for the tips @djc! I'm going to try to work on it more later today.

I've been meaning to finish up and submit the RFC, but have been really busy with coursework lately - sorry for the delays. The current draft version is [available here](https://github.com/dmarcuse/rfcs/blob/master/text/0000-cargo-artifact-specific-dependencies.md)...

There is at least one "real" use of this library, [acid-store](https://docs.rs/acid-store). If this were merged it should be done so with a major version bump to prevent breakages.

(Pinging the aforementioned crate's author in case they have any comments - @lostatc)

Is there any change to the status of this PR? I just ran into this issue in one of my projects, and it would be nice to have it fixed...

I've thought of this a bit as well. I think at least for memory objects, this is actually not too difficult to implement using lifetimes and generics: Proof of concept...