File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ Cargo features of the [`ialloc`](crate) crate.
77| ` "panicy-bounds" ` | APIs that panic on out of bounds indicies |
88| ` "panicy-memory" ` | APIs that panic when out of memory |
99| (always) | APIs that try to panic on undefined behavior |
10- |
10+ | |
1111| | ** Dependencies**
1212| ` "alloc" ` | [ ` alloc ` ] crate support (rust standard library) |
1313| ` "std" ` | [ ` std ` ] crate support (rust standard library) |
1414| ` "msvc" ` | MSVC-specific library support | <code >[ target_env] ( https://doc.rust-lang.org/reference/conditional-compilation.html#target_env ) = ` "msvc" ` </code >
1515| ` "win32" ` | Windows-specific allocators | <code >[ target_os] ( https://doc.rust-lang.org/reference/conditional-compilation.html#target_os ) = ` "windows" ` </code >
16- |
16+ | |
1717| | ** Language Standards**
1818| ` "c89" ` | C89 standard library support | [ ` cc ` ] ( https://github.com/rust-lang/cc-rs ) finds a C89+ compatible compiler
1919| ` "c11" ` | C11 standard library support | [ ` cc ` ] ( https://github.com/rust-lang/cc-rs ) finds a C11+ compatible compiler
2020| ` "c23" ` | C23 standard library support | [ ` cc ` ] ( https://github.com/rust-lang/cc-rs ) finds a C23+ compatible compiler
21- |
21+ | |
2222| ` "c++98" ` | C++98 standard library support | [ ` cc ` ] ( https://github.com/rust-lang/cc-rs ) finds a C++98+ compatible compiler
2323| ` "c++17" ` | C++17 standard library support | [ ` cc ` ] ( https://github.com/rust-lang/cc-rs ) finds a C++17+ compatible compiler
You can’t perform that action at this time.
0 commit comments