David Blewett
David Blewett
I noticed a simple typo when looking at this on crates.io.
This is not compiling yet (using rustc 1.24.0-nightly (0a3761e63 2018-01-03)): ``` (dblewett)Wed Jan 10, 10:03 | /home/dblewett/src/python-rust-fst/fstwrapper rusty% cargo build Compiling fst-wrapper v0.3.0 (file:///home/dblewett/src/python-rust-fst/fstwrapper) error[E0277]: the trait bound `for: fst::Streamer...
I am building an application that generates new FST objects every hour. I would like to be able to do efficient range operations over a group of these FST files....
libmemcached supports AES encryption via: http://docs.libmemcached.org/libmemcached-1.0/memcached_set_encoding_key.html It would be nice if you could set maybe an aes_key behavior that activates this?