MCPcopy Create free account
hub / github.com/chanced/jsonptr / Token

Class Token

src/token.rs:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34/// the next, non-existent index in a JSON array.
35#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
36pub struct Token<'a> {
37 inner: Cow<'a, str>,
38}
39
40impl<'a> Token<'a> {
41 /// Constructs a `Token` from an RFC 6901 encoded string.

Callers 1

fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected