Lines Matching +full:rust +full:- +full:version
4 [`OsString`], without resorting to panics or corruption for invalid UTF-8.
10 the bytes to be valid in UTF-8. However, since this crate makes conversions
12 in UTF-8 can be converted.
27 ## Rust version support
29 The minimum supported Rust toolchain version depends on the platform:
35 <th>Minimum Version</th>
39 <td><code>*-fortanix-*-sgx</code></td>
40 …<td>nightly (<a href="https://doc.rust-lang.org/unstable-book/library-features/sgx-platform.html">…
44 <td><code>*-*-hermit</code></td>
49 <td><code>*-*-solid_asp3(-*)</code></td>
59 <td><code>*-wasi</code></td>
64 <td><code>wasm32-*-unknown</code></td>
69 <td><code>*-*-windows-*</code></td>
74 <td><code>*-*-xous-*</code></td>
79 Minor version updates may increase these version requirements. However, the
80 previous two Rust releases will always be supported. If the minimum Rust
81 version must not be increased, use a tilde requirement to prevent updating this
82 crate's minor version:
94 in this crate, as defined in [LICENSE-APACHE], shall be licensed according to
99 [LICENSE-APACHE]: https://github.com/dylni/os_str_bytes/blob/master/LICENSE-APACHE
100 [slice]: https://doc.rust-lang.org/std/primitive.slice.html
101 [`OsStr`]: https://doc.rust-lang.org/std/ffi/struct.OsStr.html
102 [`OsString`]: https://doc.rust-lang.org/std/ffi/struct.OsString.html
103 [`Vec<u8>`]: https://doc.rust-lang.org/std/vec/struct.Vec.html