issues
search
chanced
/
jsonptr
JSON Pointer (RFC 6901) implementation for Rust
Apache License 2.0
45
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
refactor a bit
#100
chanced
opened
3 days ago
1
Experimental parse error from #93
#99
chanced
opened
1 week ago
20
tentative changes to #93
#98
asmello
opened
1 week ago
0
Bump codecov/codecov-action from 4 to 5
#97
dependabot[bot]
opened
2 weeks ago
0
`PointerBuf::parse` accepts `Into<String>` but does not include the `String` in the `Err`
#96
chanced
opened
3 weeks ago
8
Refactor errors to include position, span (offset + len), and optional miette integration
#95
chanced
closed
3 weeks ago
18
Improve `ParseIndexError::InvalidCharacter` error
#94
asmello
closed
1 month ago
2
Adds `position` to `AssignError`, `ResolveError` variants, renames both errors to be less redundant
#93
chanced
opened
1 month ago
42
rename SlicePointer --> PointerIndex
#92
asmello
closed
1 month ago
1
Draft a release explaining the breaking changes & lay roadmap for 1.0
#91
chanced
opened
1 month ago
4
Errors should contain the position (index) of tokens
#90
chanced
opened
1 month ago
0
Deprecates `Pointer::split_at`, adds `Pointer::split_at_offset`
#89
chanced
opened
1 month ago
1
Deprecate `Pointer::split_at`
#88
chanced
opened
1 month ago
0
check toml fmt
#87
asmello
closed
1 month ago
3
check toml fmt
#86
asmello
closed
1 month ago
2
add wngr as author
#85
asmello
closed
1 month ago
8
Slicing API for `Pointer`
#84
asmello
closed
1 month ago
6
Proposal for `Walk` / `WalkMut`
#83
chanced
closed
1 month ago
4
Add `Token::is_next` method
#82
asmello
closed
1 month ago
2
Add `Pointer::starts_with` and `Pointer::ends_with`
#81
asmello
closed
1 month ago
1
Stricter validation of RFC 6901 array indices
#80
asmello
closed
1 month ago
11
Add some box-related methods
#79
asmello
closed
1 month ago
2
use associated type bound
#78
asmello
closed
1 month ago
3
update signature of PathBuf::parse
#77
asmello
closed
1 month ago
4
Refactor constructor safety
#76
asmello
closed
1 month ago
6
VS Code debugger: "read memory from 0xc0 failed"
#75
chanced
opened
1 month ago
4
Fix debug visualization in vscode for `Pointer`
#74
chanced
opened
1 month ago
3
0.6.3
#73
chanced
closed
2 months ago
1
improves `len`docs
#72
chanced
closed
2 months ago
2
Remove `PointerBuf::len` & `PointerBuf::is_empty`
#71
chanced
closed
2 months ago
0
V0.6.2
#70
chanced
closed
2 months ago
0
adds `len` and `is_empty` to `Pointer`
#69
chanced
closed
2 months ago
5
v0.6.1
#68
chanced
closed
2 months ago
0
Adds fluid methods to `Pointer`
#67
chanced
closed
2 months ago
15
Error on leading zeros when decoding indices
#66
asmello
closed
3 months ago
6
version bump to v0.5.1
#65
chanced
closed
4 months ago
0
fixes documentation around `Components`
#64
chanced
closed
4 months ago
1
removes offset method from `InvalidEncodingERror`
#63
chanced
closed
4 months ago
0
modifies components + adds walk
#62
chanced
closed
2 months ago
1
Small DX changes + more docs
#61
chanced
closed
4 months ago
8
fixes links in readme
#60
chanced
closed
4 months ago
0
improves README verbiage
#59
chanced
closed
4 months ago
0
Fix doc comment line splits for the first paragraph or report issue with tooling
#58
chanced
closed
4 months ago
4
Remove unnecessary tests
#57
chanced
opened
4 months ago
2
Improve docs & codecov for 0.5.0
#56
chanced
closed
4 months ago
13
fixes build status shield + adds coverage shield
#55
chanced
closed
5 months ago
0
Fix readme shields
#54
chanced
closed
5 months ago
1
Bump syn from 1.0.109 to 2.0.46
#53
dependabot[bot]
closed
5 months ago
3
remove unsafe helper
#52
asmello
closed
5 months ago
1
Improves CI, fixes `no_std` and other misc issues discovered
#51
chanced
closed
5 months ago
17
Next