jamiebrynes7 / spatialos-sdk-rs

Rust integration of the SpatialOS C API bindings
Apache License 2.0
21 stars 6 forks source link

Remove worker namespace #184

Closed jamiebrynes7 closed 4 years ago

jamiebrynes7 commented 4 years ago

Everything that we exported was under the spatialos_sdk::worker namespace, this is just some annoying boilerplate. Now everything is just under spatialos_sdk.

codecov[bot] commented 4 years ago

Codecov Report

Merging #184 into master will increase coverage by 0.04%. The diff coverage is 14.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
+ Coverage   18.70%   18.74%   +0.04%     
==========================================
  Files          47       47              
  Lines        7427     7394      -33     
==========================================
- Hits         1389     1386       -3     
+ Misses       6038     6008      -30     
Impacted Files Coverage Δ
project-example/src/connection_handler.rs 0.00% <ø> (ø)
project-example/src/main.rs 0.00% <ø> (ø)
spatialos-sdk/src/commands.rs 12.76% <ø> (ø)
spatialos-sdk/src/component.rs 13.04% <ø> (ø)
spatialos-sdk/src/connection.rs 0.00% <ø> (ø)
spatialos-sdk/src/entity.rs 65.07% <ø> (ø)
spatialos-sdk/src/entity_builder.rs 91.46% <ø> (ø)
spatialos-sdk/src/lib.rs 0.00% <0.00%> (ø)
spatialos-sdk/src/locator.rs 0.00% <ø> (ø)
spatialos-sdk/src/logging.rs 0.00% <ø> (ø)
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff7c4ee...4496735. Read the comment docs.