Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3s-model #240

Open
1 task
Nugine opened this issue Feb 11, 2025 · 1 comment
Open
1 task

s3s-model #240

Nugine opened this issue Feb 11, 2025 · 1 comment

Comments

@Nugine
Copy link
Owner

Nugine commented Feb 11, 2025

The new crate s3s-model will expose structural data for describing S3 protocol.
Our code generator will be rebased on s3s-model's data.

Steps

@Nugine
Copy link
Owner Author

Nugine commented Feb 23, 2025

flowchart LR
    d1[external data]
    d2[vendored data]
    d3[model data]
    d4[s3s code]

    a1([crawl])
    a2([preprocess])
    a3([codegen])

    subgraph "data/crawl.py"
        d1 --> a1 --> d2 
    end
    subgraph "codegen/src/main.rs"
        d2 --> a2 --> d3
        d3 --> a3 --> d4
    end
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant