damb/mseed

Implement writing facilities

damb opened this issue · 2 comments

damb commented

This is a follow-up issue of savage13/miniseed#3.

As @jnuss already mentioned, it would be essential to enhance the library with writing facilities.

damb commented

Writing miniSEED records to any Write trait implementation is implemented with 87f8b23.

Test show how to use the API. @jnuss, does this fulfill your needs?

damb commented

With #3 the library implements low-level packing of data samples.