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
At the moment examples and tests all live under src. This also means there is a namespace prefix, core, that could potentially be omitted.
If they were moved to their own resp. folders this crate could be lighter. It may be necessary to move examples to a twsapi-examples crate. The tests could then depend on this crate.
See the bevy crate for some ideas how to set up a workspace with sub-crates that makes this more easy.
P.S.: I may do this myself for my fork and open a PR here.
The text was updated successfully, but these errors were encountered:
See here.
At the moment
examples
and tests alllive
undersrc
. This also means there is a namespace prefix,core
, that could potentially be omitted.If they were moved to their own resp. folders this crate could be lighter. It may be necessary to move
examples
to atwsapi-examples
crate. The tests could then depend on this crate.See the
bevy
crate for some ideas how to set up a workspace with sub-crates that makes this more easy.P.S.: I may do this myself for my fork and open a PR here.
The text was updated successfully, but these errors were encountered: