Run
just prepare and fix Clippy issues
b10a39af3c
first pass of clippy fixes
3cd4bbf8d2
Run just prepare
2c7a63700a
Derive Display and Error for PersistentStoreError
9c0fccc0e5
Merge pull request 'persistent-store' (#45) from persistent-store into main
680db75d9c
Bump meadowcap version
e1d4bd317d
More dependency versioning stuff
126945bcad
Prepare willow_data_model for release
03fecaa64f
Initial serde impl
dc4b029a78
Merge branch 'persistent-store' of https://codeberg.org/worm-blossom/willow_rs into persistent-store
f9978a23a1
Merge pull request 'Add justfile for automated checks, relax lints' (#43) from aecsocket/willow_rs:feat/persistent-store-checks into persistent-store
630488fe34
Fix a lifetime issue after upgrading to ufotofu 0.12.1
23440f0104
Add justfile for automated checks, relax lints
Add standardized checks using a justfile
Add standardized checks using a justfile
Sounds good. Closing in favour of worm-blossom/willow_rs#43.
Add justfile for automated checks, relax lints
23440f0104
Add justfile for automated checks, relax lints
636450ec0d
Fix persistent store key encodings
92987a980f
Fix some doc comments
fcd55ca5f2
Complete the merge semantically
ef90d5f460
Merge things hopefully
aecsocket
created branch feat/persistent-store-checks in aecsocket/willow_rs
2026年04月14日 16:25:14 +02:00
Add standardized checks using a justfile
I made changes in a few passes:
Add standardized checks using a justfile
I've added the cargo hack commands, but under a new task test-feature-powerset since the tests, especially building docs, take a long time to run with the feature powerset, and the time will...
8dc516f891
Add cargo-hack feature powerset, fix issues with no_std
Add standardized checks using a justfile
Removed the nightly from justfile (it was a carryover from my own project's script), fixed old URLs and [Entry] ref.
27ce12fed8
Remove nightly tools from checks, correct doc strings and URLs
Add standardized checks using a justfile
b67becdf9b
fix docs
d422188ff5
Initial serde impl