index
:
pom-rs.git
trunk
Rust parser for the POM configuration language
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-09-23
Fill out Cargo.toml
HEAD
v0.1.0
trunk
pommicket
2025-09-23
Update location of sections to match spec
pommicket
2025-09-17
Add .editorconfig
pommicket
2025-09-14
Add README
pommicket
2025-09-14
Strip line feeds from list entries
pommicket
2025-09-14
Better UnmatchedLeftBrace message
pommicket
2025-09-10
Fix: has() no longer counts as reading a key
pommicket
2025-09-10
De-box DuplicateKey error
pommicket
It's probably okay for Error to be a whopping 72 bytes big.
2025-09-10
impl FusedIterator on all our iterators
pommicket
2025-09-10
Create concrete iterator types for keys, unread_keys
pommicket
2025-09-10
More extensive example
pommicket
2025-09-10
Remove schemas, add unread_keys
pommicket
2025-09-10
More schemas, but probably going to get rid of it
pommicket
2025-09-09
Schema parsing
pommicket
2025-09-09
Switch to unstable sort (technically more efficient)
pommicket
2025-09-09
Add list parsing test, fix list parsing
pommicket
2025-09-09
Check for bad decimal locations
pommicket
2025-09-09
Update integer limit
pommicket
2025-09-09
Start interpretation tests
pommicket
2025-09-09
Clean up spacing
pommicket
2025-09-09
Various fixes, misc() test for stuff not in spec tests
pommicket
2025-09-09
Remove subkeys() in line with spec
pommicket
2025-09-09
Fix a few issues
pommicket
2025-09-09
Fix \u{0} being accepted; errors tests
pommicket
2025-09-08
Add iter(), more tests
pommicket
2025-09-08
Update location to conform to spec
pommicket
2025-09-08
Better output for cargo test -- --nocapture
pommicket
2025-09-08
Fix subkeys, write comparison test
pommicket
2025-09-08
Add subkeys method
pommicket
2025-09-08
parse lists
pommicket
2025-09-08
Match updates to spec
pommicket
2025-09-08
Fix no_std build
pommicket
2025-09-08
Cleanup, various fixes
pommicket
2025-09-07
Clarify read_until_lf docs
pommicket
2025-09-07
Add documentation
pommicket
2025-09-07
Fix various bugs
pommicket
2025-09-07
Fix issue with whitespace trimming
pommicket
2025-09-07
More parser
pommicket
2025-09-07
Write code for reading quoted values (needs testing)
pommicket
2025-09-07
More work on parser
pommicket
2025-09-07
Start rust library
pommicket