Crate bevy_stardust_extras

Source
Expand description

§bevy_stardust_extras

Miscellaneous functionality that doesn’t belong in bevy_stardust, but aren’t significant enough to have its own crate. Includes various tools for testing and writing examples, as well as some tricks for encoding.

Bevy versionStardust versionCrate version
0.14.00.6.00.1.1

§Feature flags

  • octs - Adds implementations for traits from the octs crate.

§License

bevy_stardust_extras is free and open source software. It’s licensed under:

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Modules§

bytes
Types for working with bytes over the network.
link
A simple transport layer using inter-thread communications, intended for use in tests and examples.
numbers
Types for working with numbers, such as efficient encoding and easier logic.