2020-11-07 11:21:26 +08:00
2020-11-01 19:19:03 +08:00
2020-10-17 12:03:44 +08:00
2020-10-17 12:01:53 +08:00
2020-11-05 23:31:14 +08:00
2020-10-17 11:50:12 +08:00
2020-10-17 16:07:46 +08:00
2020-10-31 22:46:39 +08:00
2020-10-17 11:51:44 +08:00
2020-10-17 11:59:10 +08:00
2020-10-22 21:49:04 +08:00
2020-10-17 12:03:44 +08:00
2020-11-07 11:21:26 +08:00
2020-10-17 11:57:26 +08:00
2020-10-17 12:01:53 +08:00
2020-11-07 10:55:52 +08:00
2020-10-17 11:57:50 +08:00
2020-11-01 14:05:31 +08:00
2020-10-17 12:01:53 +08:00
2020-10-17 11:47:07 +08:00
2020-10-17 12:01:53 +08:00
2020-07-26 14:03:12 +08:00
2020-10-01 00:03:03 +08:00
2020-10-17 12:22:17 +08:00
2020-01-19 00:23:53 +08:00
2020-10-17 12:22:17 +08:00
2020-11-07 10:55:52 +08:00

simple-rust-tests

Simple Rust Tests

Project or files:

.
├── __concurrent
│   └── arc-swap
├── __crypto
│   ├── btc-address
│   ├── crypto
│   ├── jsonwebtoken
│   ├── pwhash
│   ├── random
│   ├── ring
│   ├── rsa
│   ├── secp256k1
│   └── totp
├── __database
│   ├── rusqlite
│   └── sled
├── __diff
│   ├── diffy
│   └── prettydiff
├── __enclave
│   └── virt_enclave
├── __err
│   ├── err_derive
│   └── quick_error
├── __ffi
│   ├── c_export
│   ├── cpp
│   ├── jni
│   └── live-reload-rust
├── __fs
│   └── fuse
├── __image
│   └── svg
├── __lang
│   ├── peg
│   ├── pest
│   ├── quickjs
│   └── sana
├── __linux
│   ├── notify
│   ├── psutil
│   └── sysinfo
├── __misc
│   ├── lazy_static
│   ├── num_cpus
│   ├── regex
│   ├── smartstring
│   └── walkdir
├── __network
│   ├── ip
│   ├── nfqueue
│   ├── tcp
│   └── udp_laminar
├── __search
│   ├── simsearch
│   └── tantivy
├── __serialization
│   ├── bytes
│   ├── csv
│   ├── encoding
│   ├── flatbuffers
│   └── serde_json
├── __shell
│   └── xshell
├── __std
│   ├── async_await
│   ├── into
│   ├── iter
│   ├── ops
│   └── thread
├── __term
│   ├── colored_msg
│   ├── confy_table
│   ├── indicatif
│   └── term
├── __time
│   ├── chrono
│   └── iron
├── __wasm
│   ├── wasi
│   └── wasm
├── __web
│   ├── actix-web
│   ├── actix_rustls
│   ├── 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
    ├── time.rs
    ├── vec.rs
    └── while.rs

92 directories, 26 files

Description
Simple Rust Tests
Readme MIT 10 MiB
Languages
Rust 95.2%
JavaScript 1.1%
TypeScript 0.8%
WebAssembly 0.7%
C 0.7%
Other 1.4%