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

fix: integer enum type serialization #112

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

TroyKomodo
Copy link
Contributor

Use serde repr to serialize and deserialize the integer enum types.

fixes #26

Use serde repr to serialize and deserialize the integer enum types.

fixes fMeow#26
@fMeow
Copy link
Owner

fMeow commented May 26, 2024

Could you please format the code with cargo fmt?

@fMeow fMeow merged commit 2fb9fa8 into fMeow:main Jun 6, 2024
2 of 4 checks passed
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.

Database::create_edge_collection creates regular document collection
2 participants