Skip to content

Latest commit

 

History

History
 
 

swim.codec

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

swim-codec

package documentation chat

swim-codec is an incremental I/O library, providing: functional parsers and writers; display, debug, and diagnostic formatters; and Unicode and binary codecs. swim-codec is part of the Swim Core framework.

Usage

Add the swim-codec library to your project's dependencies.

Gradle

compile group: 'org.swimos', name: 'swim-codec', version: '3.10.0'

Maven

<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-codec</artifactId>
  <version>3.10.0</version>
</dependency>