]> git.mikk.net Git - mtbl-rs/log
mtbl-rs
19 months agoEntries::filter_seek -> Entries::filter
Chris Mikkelson [Sun, 7 Apr 2024 20:04:53 +0000 (15:04 -0500)]
Entries::filter_seek -> Entries::filter

No longer need separate name due to Iterator co-implementation

19 months agoRename Iter to "entries" to avoid confusion with iterator.
Chris Mikkelson [Sun, 7 Apr 2024 20:01:41 +0000 (15:01 -0500)]
Rename Iter to "entries" to avoid confusion with iterator.

Entries implements IntoIterator.

19 months agoIter -> Entries, prep for Iter: IntoIterator
Chris Mikkelson [Sun, 7 Apr 2024 19:09:25 +0000 (14:09 -0500)]
Iter -> Entries, prep for Iter: IntoIterator

19 months agoiter: IterBox -> IterCell, private struct
Chris Mikkelson [Sun, 7 Apr 2024 18:37:03 +0000 (13:37 -0500)]
iter: IterBox -> IterCell, private struct

19 months agomake test output more readable
Chris Mikkelson [Sun, 7 Apr 2024 18:08:22 +0000 (13:08 -0500)]
make test output more readable

19 months agoIter::filter_seek: consume source iterator
Chris Mikkelson [Sun, 7 Apr 2024 18:08:03 +0000 (13:08 -0500)]
Iter::filter_seek: consume source iterator

19 months agorustfmt
Chris Mikkelson [Sun, 7 Apr 2024 18:05:57 +0000 (13:05 -0500)]
rustfmt

19 months agoInitial commit
Chris Mikkelson [Sun, 7 Apr 2024 16:56:05 +0000 (11:56 -0500)]
Initial commit