clojusc / protobuf

A Clojure interface to Google's protocol buffers
https://clojusc.github.io/protobuf/
Eclipse Public License 1.0
72 stars 8 forks source link

Add support for with-open and writers #26

Open oubiwann opened 6 years ago

oubiwann commented 6 years ago

The following needs to be made to work:

(with-open [writer (io/writer "/tmp/address-book.db")]
  (protobuf/write writer addresses))