We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea1970 commit 5b7a4c8Copy full SHA for 5b7a4c8
monch_io/src/path.rs
@@ -10,7 +10,7 @@ impl DataPath {
10
/// Parse a `jq`-like string path, in the form `outer.inner.1`.
11
///
12
/// Works by converting each `.`-separated path segment into either a CBOR
13
- /// [`Integer`](cborium::Integer), or a String key.
+ /// [`Integer`](ciborium::value::Integer), or a String key.
14
pub fn parse(path: &str) -> DataPath {
15
let parsed_parts = path
16
.split('.')
0 commit comments