Docs.rs
conjure-object-4.15.0
conjure-object 4.15.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sfackler
github:palantir:conjure-rust
palantirtech
Dependencies
base64 ^0.22
normal
bytes ^1.0
normal
chrono ^0.4.26
normal
educe ^0.5
normal
lazy_static ^1.0
normal
ordered-float ^5
normal
regex ^1.3
normal
serde ^1.0
normal
staged-builder ^0.2
normal
uuid ^1.1
normal
proptest ^1.0
dev
Versions
100%
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
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
conjure_
object
4.15.0
Module plain
Module Items
Structs
Traits
In crate conjure_
object
conjure_object
Module
plain
Copy item path
Source
Expand description
The Conjure PLAIN format.
Structs
§
Parse
Binary
Error
An error parsing a binary value from its Conjure PLAIN format.
Parse
Enum
Error
An error parsing an enum from its Conjure PLAIN format.
Traits
§
From
Plain
Parse a value from its Conjure PLAIN string representation.
Plain
Format trait for the Conjure PLAIN format.
ToPlain
A trait for converting a value to its Conjure PLAIN string representation.