tynavi 0.1.3

An immutable selector library for navigating, filtering, and backtracking through deeply nested Rust data structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "axum")]
pub mod axum;

#[cfg(feature = "http")]
pub mod http;

#[cfg(feature = "reqwest")]
pub mod reqwest;

#[cfg(feature = "serde_json")]
pub mod serde_json;

#[cfg(feature = "tungstenite")]
pub mod tungstenite;