56 releases

0.20.5 May 28, 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

#348 in Network programming


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 846 SLoC GNU Style Assembly 746 SLoC // 0.0% comments Automake 228 SLoC Pan 129 SLoC Visual Studio Solution 104 SLoC Zig 63 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–11MB
~127K SLoC