This website requires JavaScript.
Explore
Help
Sign in
CloudNebulaProject
/
ips
Watch
1
Star
0
Fork
You've already forked ips
0
mirror of
https://codeberg.org/Toasterson/ips.git
synced
2026-04-10 21:30:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e222937201
ips
/
libips
/
src
/
repository
History
Till Wegmueller
ad153a65ab
Replace
println!
statements with structured logging using the
tracing
crate, refactor error handling to use
error!
macros for logging, improve comments for clarity, and simplify type usage by utilizing
HashMap
and
HashSet
from the prelude.
2025-07-26 23:41:09 +02:00
..
catalog.rs
Replace
anyhow
with custom
RepositoryError
for improved error specificity and consistency. Remove
anyhow
dependency.
2025-07-26 16:50:10 +02:00
file_backend.rs
Replace
println!
statements with structured logging using the
tracing
crate, refactor error handling to use
error!
macros for logging, improve comments for clarity, and simplify type usage by utilizing
HashMap
and
HashSet
from the prelude.
2025-07-26 23:41:09 +02:00
mod.rs
Replace
anyhow
with custom
RepositoryError
for improved error specificity and consistency. Remove
anyhow
dependency.
2025-07-26 16:50:10 +02:00
rest_backend.rs
Refactor tests and stubs: update
parsed_manifest
assertions with more descriptive values and simplify unused variable patterns in repository rest backend methods.
2025-07-26 18:04:58 +02:00
tests.rs
Replace
anyhow
with custom
RepositoryError
for improved error specificity and consistency. Remove
anyhow
dependency.
2025-07-26 16:50:10 +02:00