Docs.rs
sdformat-rs-0.1.0
sdformat-rs 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
neka-nat
Dependencies
RustyXML ^0.3.0
normal
num-traits ^0.2.14
normal
serde ^1.0.130
normal
serde-xml-rs ^0.5.0
normal
thiserror ^1.0.29
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sdformat_
rs
0.1.0
sdformat_rs
Function
string_to_array
Copy item path
Source
pub fn string_to_array<T, const N:
usize
>(s: &
str
) ->
Option
<
[T; N]
>
where T:
Zero
+
FromStr
+
Copy
,