File tree 2 files changed +0
-10
lines changed
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 18
18
[ ![ Build status] ( https://github.com/EmbarkStudios/physx-rs/workflows/CI/badge.svg )] ( https://github.com/EmbarkStudios/physx-rs/actions )
19
19
</div >
20
20
21
- ## 🚨 Warning 🚨
22
-
23
- This library is still experimental and should not be used for anything serious, yet.
24
-
25
21
## Contributing
26
22
27
23
[ ![ Contributor Covenant] ( https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg )] ( CODE_OF_CONDUCT.md )
Original file line number Diff line number Diff line change 1
1
//! General purpose reflection library for Rust.
2
2
//!
3
- //! # 🚨 Warning 🚨
4
- //!
5
- //! This library is still experimental and should not be used for anything serious, yet. Many
6
- //! things are still undocumented and breaking changes are to be expected, though we do adhere to
7
- //! semver.
8
- //!
9
3
//! # Examples
10
4
//!
11
5
//! ## Access a field by its string name and mutate it
You can’t perform that action at this time.
0 commit comments