Skip to content

Conversation

@glihm
Copy link
Contributor

@glihm glihm commented Dec 23, 2024

This update includes:

  1. The In and NotIn comparison operators.
  2. The List as MemberValue struct.

@glihm glihm requested a review from Larkooo December 23, 2024 22:01
torii_grpc::types::MemberValue::String(string) => {
MemberValue::String(CString::new(string.clone()).unwrap().into_raw())
}
torii_grpc::types::MemberValue::List(list) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can use CArray into to convert it into a vec and map the array

@Larkooo Larkooo merged commit b906351 into main Dec 24, 2024
3 checks passed
@Larkooo Larkooo deleted the update-dojo branch December 24, 2024 04:25
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.

2 participants