aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 26 forks source link

New Features #118

Open Ali-Mirghasemi opened 2 years ago

Ali-Mirghasemi commented 2 years ago

Hi i Already Add Some Features and Examples to forked-repo

I think it's useful for other users

Some of changes

i add a Entity trait for easily convert struct into key and bins and add EntityClient for automatically convert record into struct

all changes act like a wrapper and do not change no main sourc code

Fork Entity Example Entity Example with derive feature