tangled
alpha
login
or
join now
microcosm.blue
/
repo-stream
14
fork
atom
Fast and robust atproto CAR file processing in rust
14
fork
atom
overview
issues
pulls
1
pipelines
v0.3.1 restore disk driver reset
bad-example.com
2 months ago
9d5db998
8fb19e7e
+9
-2
3 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
changelog.md
+1
-1
Cargo.lock
reviewed
···
1147
1147
1148
1148
[[package]]
1149
1149
name = "repo-stream"
1150
1150
-
version = "0.3.0"
1150
1150
+
version = "0.3.1"
1151
1151
dependencies = [
1152
1152
"cid",
1153
1153
"clap",
+1
-1
Cargo.toml
reviewed
···
1
1
[package]
2
2
name = "repo-stream"
3
3
-
version = "0.3.0"
3
3
+
version = "0.3.1"
4
4
edition = "2024"
5
5
license = "MIT OR Apache-2.0"
6
6
description = "Fast and robust atproto CAR file processing"
+7
changelog.md
reviewed
···
1
1
+
# v0.3.1
2
2
+
3
3
+
_2026-01-15_
4
4
+
5
5
+
- bring back the disk driver's `reset` function for disk storage reuse
6
6
+
7
7
+
1
8
# v0.3.0
2
9
3
10
_2026-01-15_