The-Mr-L
The-Mr-L
but it works when not using the variant enum??
can you use variant enum in StreamSink ?
but it is just like so api.rs ``` pub enum KitchenSink { Empty, Primitives { /// Dart field comment int32: i32, float64: f64, boolean: bool, }, Buffer(ZeroCopyBuffer), } pub struct...
not correct what we found out was I used a wrong version + I later found out in the main project that I had a main.rs for testing in the...
hi, thanks for your response. I just tested it again and got the same error but I found a solution it turned out that I had to add the dev...
okay I was too quick to say it worked :s then the generated dart code relays on ``` import 'dart:convert'; import 'dart:typed_data'; import 'package:freezed_annotation/freezed_annotation.dart'; // Not Found import 'dart:convert'; import...
adding freezed package solved this it seams.
well thanks again for sharing. I think it works now but will have to test it some more later, if it is not strange to you I have to include...
hi, what I do is change the source to use rayons global threadpool then I can reexport rayon and from my crate set the global threadpool size and get really...
when I do set the db_sze to 10GB then it creates a 10GB empty file, is that expected? I am on windows 10 64bit