Docs.rs
bevy_script_api-0.2.1
bevy_script_api 0.2.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
makspll
Dependencies
bevy ^0.9.1
normal
bevy_mod_scripting_core ^0.2.1
normal
bevy_mod_scripting_derive ^0.2.1
normal
bevy_mod_scripting_lua ^0.2.1
normal
bevy_mod_scripting_lua_derive ^0.2.1
normal
bevy_mod_scripting_rhai ^0.2.1
normal
parking_lot ^0.12.1
normal
paste ^1.0.7
normal
thiserror ^1.0.32
normal
Versions
23.73%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate bevy_script_api
Version 0.2.1
All Items
Re-exports
Modules
Macros
?
Crate
bevy_script_api
source
·
[
−
]
Re-exports
pub use
parking_lot
;
pub use
script_ref
::*;
pub use
sub_reflect
::*;
Modules
common
error
prelude
script_ref
sub_reflect
wrappers
Macros
define_wrapper
impl_script_newtype
A convenience macro which derives a lotta things to make your type work in all supported/enabled scripting languages, and provide static typing where possible.
make_script_wrapper
ref_only_wrapper_methods