54 releases

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

#1094 in Network programming

Download history 59/week @ 2024-02-17 38/week @ 2024-02-24 218/week @ 2024-03-02 13/week @ 2024-03-09 4/week @ 2024-03-16 405/week @ 2024-03-30 64/week @ 2024-04-06

474 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 72 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–14MB
~163K SLoC