nafcodec-py 0.3.1

PyO3 bindings and Python interface to the nafcodec crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
__version__ = "0.2.0"

from . import lib
from .lib import (
    Decoder,
    Record,
    Encoder,
    open,
)

__author__ = lib.__author__
__license__ = "MIT"
__doc__ = lib.__doc__