Docs.rs
python_comm-0.4.2
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
python_comm 0.4.2
to make writing python modules with rust easier.
Crate
Source
Builds
Feature flags
Documentation
Coverage
84.52%
71
out of
84
items documented
16
out of
30
items with examples
Size
Source code size: 137.36 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 6.68 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
wugifer/python-comm
1
0
0
crates.io
Dependencies
ahash ~0.7
normal
chrono ~0.4
normal
lazy_static ~1.4
normal
mysql ~20.1
normal
optional
python_comm_macros ~0.4
normal
rust_decimal ~1.12
normal
serde ~1.0
normal
serde_json ~1.0
normal
tokio ~1.17
normal
optional
rust_decimal_macros ~1.12
dev
Versions
0.4.2
0.4.1
0.4.0
0.3.28
0.3.27
0.3.26
0.3.25
0.3.24
0.3.23
0.3.22
0.3.21
0.3.20
0.3.19
0.3.18
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Owners
python-comm
Python comm is mainly used for:
Other common basic functions:
date and time conversion;
full text matching / replacement based on aho – Corasick algorithm;
...