#collection #helper #thread-pool #function #numbers #gmb-h #unternehmensberatung

netcon

A collections of tools and helper functions developed for and by NetCon Unternehmensberatung GmbH

3 releases

0.1.2 Dec 8, 2021
0.1.1 Dec 7, 2021
0.1.0 Dec 7, 2021

#565 in Concurrency

Download history 13/week @ 2024-02-23 8/week @ 2024-03-01 40/week @ 2024-03-29 11/week @ 2024-04-05

51 downloads per month

AGPL-3.0-or-later

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