1 unstable release

0.1.6 Sep 28, 2024
0.1.5 Sep 7, 2024
0.1.4 Jul 15, 2024
0.1.2 Jan 7, 2024
0.1.0 Sep 29, 2023

#305 in Concurrency

Download history 119/week @ 2024-07-07 151/week @ 2024-07-14 1/week @ 2024-07-21 23/week @ 2024-07-28 2/week @ 2024-08-04 2/week @ 2024-08-25 103/week @ 2024-09-01 46/week @ 2024-09-08 43/week @ 2024-09-15 151/week @ 2024-09-22 78/week @ 2024-09-29 13/week @ 2024-10-06

290 downloads per month
Used in 2 crates

Apache-2.0

23KB
530 lines

Rust kits

Rust kits

Features:

  1. AtomicRelaxed
  2. AtomicT , free lock
  3. FastChannel, very fast and simple channel
  4. Bin
    • remove files, recursively remove files, default remove the "target" and "node_modules"
    • generate certificate
       cargo run --bin=generate_certificate  -- -h
       Options:
       -o, --output <OUTPUT>        [default: output]
       -d, --dns-names <DNS_NAMES>  if the [count] != 0, then merge [dns_names] and [count], and distinct name. 
                                     [default: ""]
       -c, --count <COUNT>          the dns name count. count = 2, sample names: name1, name2 
                                     [default: 3]
       -n, --name <NAME>            the pre name of dns, see [count] [default: client]
       -a, --algorithm <ALGORITHM>  [default: pkcs-ed25519] 
           [possible values: 
               pkcs-rsa-sha256, pkcs-rsa-sha384, pkcs-rsa-sha512, pkcs-ecdsa-p256-sha256, 
               pkcs-ecdsa-p384-sha384, pkcs-ecdsa-p521-sha512, pkcs-ed25519
           ]
       -h, --help                   Print help
       -V, --version                Print version
    
    • other

Dependencies

~67MB
~2M SLoC