Skip to content

Conversation

@andrewgazelka
Copy link

@andrewgazelka andrewgazelka commented Nov 17, 2025

among other things:

  • previous Cargo.toml syntax was invalid
  • fixes the write ahead log is actually a write behind log #11
  • removes unused files
  • uses tracing instead of println
  • converted to modern axum library for web
  • improves efficient of ser/deser (using Write, Read traits)
  • fixes broken tests (did not compile)

@andrewgazelka andrewgazelka changed the title use correct build clean Nov 17, 2025
@andrewgazelka andrewgazelka changed the title clean clean up Nov 17, 2025
@andrewgazelka andrewgazelka changed the title clean up improve Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the write ahead log is actually a write behind log

1 participant