Docs.rs
rivet-util-serde-2.3.13
rivet-util-serde 2.3.13
Docs.rs crate page
Apache-2.0
03 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
NathanFlurry
Dependencies
indexmap ^2.0
normal
serde ^1.0
normal
serde_json ^1.0.128
normal
thiserror ^1.0.64
normal
Versions
28.57%
of the crate is documented
Go to latest version
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
Crate rivet_util_serde
rivet_
util_
serde
2.3.13
All Items
Crate Items
Structs
Enums
Traits
Crate
rivet_
util_
serde
Copy item path
Source
Structs
§
FakeMap
A map-like structure that serializes/deserializes as a JSON object but is backed by a Vec. Preserves insertion order and allows duplicate keys.
Hashable
Map
Used in workflow activity inputs/outputs. Using this over BTreeMap is preferred because this does not reorder keys, providing faster insert and lookup.
Raw
Allows partial json ser/de. Effectively a
serde_json::value::RawValue
with type information.
Enums
§
Deserialize
Error
Simple
Value
Like serde_json::Value but with no nesting types (arrays, objects).
Traits
§
AsHashable
Ext