github.com/grailbio/base@v0.0.11/recordio/doc.go (about)

     1  // Copyright 2017 GRAIL, Inc. All rights reserved.
     2  // Use of this source code is governed by the Apache-2.0
     3  // license that can be found in the LICENSE file.
     4  
     5  // Package recordio implements the recordio file format.  A recordio file stores
     6  // a sequence of items, with optional compressiond, encryption, and indexing.
     7  //
     8  // See the README.md file
     9  // (https://github.com/grailbio/base/blob/master/recordio/README.md) for more
    10  // detailed documentation.
    11  package recordio