3 releases
0.1.2 | Dec 8, 2021 |
---|---|
0.1.1 | Dec 7, 2021 |
0.1.0 | Dec 7, 2021 |
#1047 in Concurrency
12KB
148 lines
netcon-rs
A collections of tools and helper functions developed for and by NetCon Unternehmensberatung GmbH.
Usage
To use this library, just add the following to this repository to the
dependencies section of your Cargo.toml
.
netcon = "^0.1"
Features
The library is structured in several features, that allow to keep the used dependencies as low as possible. The following features are available:
threadpool
: A struct to limit the number parallel running threads in a multithreaded program.
Documentation
The documentation for this crate can be found on
docs.rs. Alternatively, too build the
documentation locally, run cargo doc --all-features
. This builds the
documentation including all optional features.
Tests
Since all features are turned off by default, running cargo test
will do
nothing actually useful. To run all tests, the --all-features
flag must be
added. Otherwise specific features can be selected by adding the with the
--features <feature>,...
option.
Dependencies
~22KB