Niclas Klugmann
Niclas Klugmann
you might be able to implement the actual attachment to the workbook via closure, which would allow Rust to treat it as a separate object. Would require a rewrite of...
I just looked into it more and it seems like Format is getting detached from the workbooks in 0.6 with Format::new()! So our problem is getting solved!
I had another idea for doing this: We could try implementing Copy/Clone by attaching a Clone of the item directly to the parent workbook with a trait. That would mean...
How does this work with other registries? I'm assuming with have to extend the standard web API for this or does this use another mechanism than API queries?
Would adding a web API endpoint for a crate detail lookup functionality be an option? Could save cargo the download + unzip and make the data accessible for other programs...
Is this blocked by anything that needs work still?
Is there any progress on this?
I did a task-local thing in axum-negotiate-layer where I implemented `Connected` myself and jammed the information in there. Required a custom serve implementation though
the only dependency I know of is the trackman's goggles feature on the helmet, but that should be optional
https://github.com/GTNewHorizons/Railcraft/pull/72 Made EnderIO dependent on the GTNH fork of Railcraft, though it's still optionally dependent