Khushboo
Khushboo
We could probably use something similar to`cargo test` like following: ``` cargo test [options] [testname] [-- test-options] ``` If we choose to use something like this then we can have...
Java currently only supports `optional` and `required`. (Does not support an `occurs` range) Rust does not support variably occurring type at all.
Java code generation now uses builder API for initialization which uses `nulls` instead of defaults (#154)
Benchmarks by disabling and enabling location metadata for `LazyValue` `LazyValu`e support and with `source-locatio`n feature disabled: ``` Gnuplot not found, using plotters backend Text Ion 1.0 data size: 3690000 bytes...
> As I've been reading the code, I think that we could simplify things by storing the data as something like this: > > ```rust > #[cfg(not(feature = "source-location"))] >...
Yes, this has been replaced. Closing it with completion of #941
Optional fields are supported as wrapper primitive classes in Java. Support for optional fields is still pending in Rust.