You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be good to be able to use this with rustpkg. The most notable change is that capnprust.rs should be renamed to lib.rs, but there may be other changes necessary; I haven't delved into this project's compiler stuff and do not know if it needs anything special. Tests also get done with test.rs being the root file in a crate.
The text was updated successfully, but these errors were encountered:
I'm using the "lib.rs" and "main.rs" convention now. I didn't figure out how to actually get installation working with rustpkg, but that's irrelevant now that it's gone: rust-lang/rust#11987
It'd be good to be able to use this with rustpkg. The most notable change is that capnprust.rs should be renamed to lib.rs, but there may be other changes necessary; I haven't delved into this project's compiler stuff and do not know if it needs anything special. Tests also get done with test.rs being the root file in a crate.
The text was updated successfully, but these errors were encountered: