fb84b0f85e31b91aee18c1883607b40244fac2da
simple-rust-tests
Simple Rust Tests
Project or files:
.
├── README_2.md
├── __concurrent
│ ├── arc-swap
│ ├── crossbeam_n_parking_lot
│ ├── glommio
│ ├── green-threads
│ └── rayon
├── __cpu
│ └── x86
├── __crypto
│ ├── btc-address
│ ├── crypto
│ ├── curve25519
│ ├── jsonwebtoken
│ ├── pkcs8
│ ├── pwhash
│ ├── random
│ ├── ring
│ ├── rsa
│ ├── secp256k1
│ ├── simple_contract
│ ├── ssh-keys
│ └── totp
├── __database
│ ├── barrel
│ ├── gluesql
│ ├── persy
│ ├── rocksdb
│ ├── rusqlite
│ ├── sled
│ └── sqlparser
├── __diff
│ ├── diffy
│ └── prettydiff
├── __enclave
│ └── virt_enclave
├── __err
│ ├── err_derive
│ └── quick_error
├── __ffi
│ ├── abi_stable_crates
│ ├── c
│ ├── c2
│ ├── c_export
│ ├── c_layout
│ ├── cpp
│ ├── dotalib
│ ├── jni
│ ├── live-reload-rust
│ └── rust_link_a
├── __fs
│ └── fuse
├── __gui
│ └── winit
├── __image
│ ├── plotters
│ └── svg
├── __lang
│ ├── boa
│ ├── peg
│ ├── pest
│ ├── quickjs
│ └── sana
├── __linux
│ ├── notify
│ ├── psutil
│ ├── sysinfo
│ └── unixsocket
├── __log
│ ├── fern
│ └── log4rs
├── __machinelearning
│ └── rusty-machine
├── __misc
│ ├── better_panic
│ ├── fancy-regex
│ ├── human_panic
│ ├── lazy_static
│ ├── num_cpus
│ ├── reed-solomon
│ ├── regex
│ ├── smartstring
│ ├── uint
│ └── walkdir
├── __network
│ ├── ip
│ ├── n_pcap
│ ├── nfqueue
│ ├── pcap
│ ├── socket2
│ ├── tcp
│ └── udp_laminar
├── __performance
│ └── print_perf
├── __rule
│ └── json-rules-engine
├── __search
│ ├── simsearch
│ └── tantivy
├── __serialization
│ ├── bytes
│ ├── cbor
│ ├── configrs
│ ├── csv
│ ├── encoding
│ ├── flatbuffers
│ ├── hjson
│ ├── no_proto
│ ├── prost
│ └── serde_json
├── __shell
│ ├── ssh2
│ └── xshell
├── __std
│ ├── async_await
│ ├── into
│ ├── iter
│ ├── ops
│ └── thread
├── __template
│ ├── askama
│ └── handlebars-rust
├── __term
│ ├── colored_msg
│ ├── confy_table
│ ├── indicatif
│ ├── rustyline
│ ├── structopt
│ └── term
├── __time
│ ├── chrono
│ └── iron
├── __wasm
│ ├── wasi
│ └── wasm
├── __web
│ ├── actix-web
│ ├── actix_rustls
│ ├── alibabacloundfn
│ ├── hyperrs
│ ├── meter_proxy
│ ├── pencil
│ ├── reqwest
│ ├── rweb
│ ├── sincere
│ └── warp
├── scripts
│ └── commit-msg.crs
└── single_file_tests
├── 99.htm
├── 99.rs
├── chain.rs
├── closure.rs
├── core_macro.rs
├── display.rs
├── for.rs
├── format.rs
├── input.rs
├── lifecycle_str.rs
├── list.rs
├── loop.rs
├── make_executable.rs
├── match.rs
├── rc.rs
├── ref_n_and.rs
├── sample.txt
├── slice.rs
├── string.rs
├── time.rs
├── vec.rs
└── while.rs
147 directories, 31 files
Languages
Rust
95.2%
JavaScript
1.1%
TypeScript
0.8%
WebAssembly
0.7%
C
0.7%
Other
1.4%