fieldmasker 0.0.1

A utility for selecting and filtering response fields via field masks.
Documentation
1
2
3
4
5
6
//! Serde integration: types and adapters that apply a [`FieldMask`] during serialization.
//!
//! Most users will interact only with [`Masked<T>`].

pub(crate) mod masked;
mod selective;