Skip to content

Scaffold: Cargo.toml + src/ module structure #1

Description

@pszymkowiak

Create the initial Rust project structure:

  • Cargo.toml with dependencies (thiserror, memmap2) and dev-dependencies (criterion, rusqlite bundled, tempfile)
  • src/lib.rs with public API stubs (Database::open, execute, query)
  • src/types.rs with Value enum (Null, Integer, Float, Text, Blob) and ColumnDef
  • src/storage/mod.rs, src/sql/mod.rs, src/executor/mod.rs module declarations
  • benches/vs_sqlite.rs placeholder
  • tests/correctness.rs placeholder

The project must compile with cargo check.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions