55 releases

new 0.20.4 Apr 30, 2024
0.20.3 Mar 2, 2024
0.20.2 Jun 8, 2023
0.20.0 Jan 24, 2023
0.4.2 Nov 30, 2017

#1051 in Network programming

Download history 92/week @ 2024-02-20 211/week @ 2024-02-27 19/week @ 2024-03-05 9/week @ 2024-03-12 1/week @ 2024-03-19 35/week @ 2024-03-26 435/week @ 2024-04-02 6/week @ 2024-04-09

476 downloads per month
Used in 2 crates

Apache-2.0

1.5MB
20K SLoC

C 9K SLoC // 0.0% comments Rust 4.5K SLoC // 0.1% comments Shell 2.5K SLoC // 0.2% comments M4 2K SLoC // 0.2% comments Visual Studio Project 844 SLoC GNU Style Assembly 746 SLoC // 0.0% comments Automake 227 SLoC Pan 129 SLoC Visual Studio Solution 104 SLoC Zig 61 SLoC Python 52 SLoC Batch 44 SLoC C# 8 SLoC Bitbake 5 SLoC VBScript 2 SLoC

bdrck

Bdrck is a crate containing generic common utilities. In particular, it has several top-level modules which provide various functionality:

Module Description
cli Utilities for CLI-based applications.
configuration Application configuration tooling.
crypto Tools built upon high-level crypto libraries.
fs Filesystem utilities.
http HTTP client utilities based on reqwest.
io Utilities which extend std::io.
net Networking utilities / types.
testing Unit testing utilities.

lib.rs:

bdrck is a crate which contains some basic foundational tools. In general,

Dependencies

~0.3–12MB
~136K SLoC