sericom-core 0.4.0

The underlying library for sericom
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![Crates.io Version](https://img.shields.io/crates/v/sericom-core?style=for-the-badge&color=green)](https://crates.io/crates/sericom-core)

# Sericom-core

This is the underlying library for [`sericom`](https://crates.io/crates/sericom).

As it stands right now, this library is not and has not been developed to be used
by other projects/crates. Much of the code within this library is geared specifically
towards `sericom`.

I am more than open to making this library's API better suited for use within other
projects and crates and maybe as new features are developed I will publish them as
library "features" to allow users to opt-in/opt-out of features based on what they
specifically want out of this library.

If there is an interest in using this library within other crates and projects, _please
create an [issue](https://github.com/tkatter/sericom)_ so that I can be aware and work towards making it happen.