Docs.rs
xsd-types-0.9.6
xsd-types 0.9.6
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
timothee-haudebourg
Dependencies
chrono ^0.4.26
normal
iref ^3.1
normal
lazy_static ^1.4.0
normal
num-bigint ^0.4
normal
num-rational ^0.4
normal
num-traits ^0.2.15
normal
once_cell ^1.17.0
normal
ordered-float ^3.4.0
normal
pretty_dtoa ^0.3.0
normal
serde ^1.0
normal
optional
static-iref ^3.0
normal
static-regular-grammar ^2.0.1
normal
thiserror ^1.0.38
normal
time ^0.3
normal
optional
Versions
25.58%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
String
xsd_
types
0.9.6
String
Aliased Type
Trait Implementations
ParseXsd
XsdValue
In xsd_
types::
value
xsd_types
::
value
Type Alias
String
Copy item path
Source
pub type String =
String
;
Aliased Type
§
pub struct String {
/* private fields */
}
Trait Implementations
§
Source
§
impl
ParseXsd
for
String
Source
§
type
LexicalForm
=
str
Source
§
fn
parse_xsd
(lexical_value: &
str
) ->
ParseXsdResult
<Self, Self::
LexicalForm
>
Source
§
impl
XsdValue
for
String
Source
§
fn
datatype
(&self) ->
Datatype
Returns the XSD datatype that best describes the value.