aerospike-client-rust
aerospike-client-rust copied to clipboard
support bool data type
aerospike added a specific bool data type in 5.6 https://docs.aerospike.com/server/guide/data-types/scalar-data-types#boolean, after writing a bool with this data type in the python client https://aerospike-python-client.readthedocs.io/en/latest/aerospike.html#aerospike.AS_BOOL, reading from the record on the rust client panics, this addition is super convenient because otherwise we need to read the bools as ints on the rust client
Coming next release.
Took a while for the "next release", but it is released and includes this feature.
@khaf thanks, can u also merge those those changes into the async branch?
I did, but hit an error that wasn't immediately clear how to fix, and I had other pressing issues. Back on it now.
Pushed.