python_comm 0.2.13

to make writing python modules with rust easier.
Documentation
1
2
3
4
5
6
7
8
9
# python-comm


Python comm is mainly used for:

1. Use with pyo3 to simplify data conversion and exception handling when implementing python module with trust;
2. Other common basic functions:
   1. date and time conversion;
   2. full text matching / replacement based on aho – Corasick algorithm;
   3. ...