Docs.rs
sdformat-rs-0.1.0
sdformat-rs 0.1.0
Docs.rs crate page
MIT
19 May 2026
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
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
Skip to main content
string_to_array
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
,