issues
search
aerospike
/
aerospike-client-rust
Rust client for the Aerospike database
https://www.aerospike.com/
Other
82
stars
29
forks
source link
Add aerospike record trait
#98
Open
brianbruggeman
opened
3 years ago
brianbruggeman
commented
3 years ago
Expands the serialization feature to include an AerospikeRecord
Removes the
'a
lifetime from
Bin<'a>
and makes
name
a
String
Addresses: #97
'a
lifetime fromBin<'a>
and makesname
aString
Addresses: #97