netcon

Crates.ionetcon
lib.rsnetcon
version0.1.2
sourcesrc
created_at2021-12-07 11:12:40.635635
updated_at2021-12-08 07:18:53.2624
descriptionA collections of tools and helper functions developed for and by NetCon Unternehmensberatung GmbH
homepage
repositoryhttps://github.com/netcon-consulting/netcon-rs
max_upload_size
id493794
size12,886
rust (github:netcon-consulting:rust)

documentation

README

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.

Commit count: 8

cargo fmt