# Counting Networks A library of lock-free data structures for concurrent counting. # Usage ```rust extern crate counting_networks; use counting_networks::counters::{Counter, BitonicCountingNetwork}; ``` # License counting-networks is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE, and LICENSE-MIT for details.