We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new crate s3s-model will expose structural data for describing S3 protocol. Our code generator will be rebased on s3s-model's data.
s3s-model
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: