Commit graph

41 commits

Author SHA1 Message Date
16b75c64f9
dont have fucking tokio as default dep
Some checks failed
cargo devel CI / cargo CI (push) Failing after 32s
2025-03-14 21:29:22 +01:00
edf1e381fd add graph example 2025-01-09 02:33:16 +01:00
ddaee00b47 graph basic start 2025-01-09 02:29:59 +01:00
c7975c1859
threadpool example
All checks were successful
cargo devel CI / cargo CI (push) Successful in 7m14s
2024-09-16 10:23:28 +02:00
3e27923d14
iter-prod
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-09-09 14:51:32 +02:00
7896be1e2a rfd does not work in wsl lol
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m42s
2024-08-12 13:37:51 +02:00
0e6376d009 laughable first steps with egui
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m47s
2024-08-12 13:22:14 +02:00
107362b682 arithmetics
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m16s
2024-07-10 12:32:32 +02:00
938af23be9 yeah, clap can be used without the env
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m29s
2024-06-28 17:08:36 +02:00
c84672cf78 rust statusbars are actually pretty amazing
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m16s
2024-06-27 15:45:29 +02:00
84db59d290 fix cargo toml
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m17s
2024-06-27 14:35:49 +02:00
550f23d4ef doc updates
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m9s
2024-06-27 14:20:21 +02:00
c0b0d16622 ptlog
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m28s
2024-06-26 15:38:25 +02:00
70b3a63180 diesel & update
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m32s
2024-06-26 15:27:08 +02:00
8d4e43d075 fix publish cargo.toml bool
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m37s
2024-06-25 22:47:28 +02:00
5dc524bef7 wip: sqlite demo
Some checks failed
cargo devel CI / cargo CI (push) Failing after 2m26s
2024-06-24 16:22:46 +02:00
893be00fd6 remove fluent-webserv because either fluent sucks or i dont get it
Some checks failed
cargo devel CI / cargo CI (push) Failing after 2m27s
2024-06-24 14:50:26 +02:00
8173a8da7a example registration and login with token
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m48s
2024-06-24 13:45:30 +02:00
f40d060dc4
fluent does not speak future
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m8s
2024-03-09 00:32:44 +01:00
c89c12d7ca
more fluent
Some checks failed
cargo devel CI / cargo CI (push) Failing after 53s
2024-03-09 00:08:20 +01:00
12f756fe1a
create fluent
Some checks failed
cargo devel CI / cargo CI (push) Failing after 59s
2024-03-08 23:55:27 +01:00
c6dfd44eef
fix deps 2024-03-08 18:00:30 +01:00
1646371378
look at the amazing rest api with a queue and authentication!!!!! 2024-03-08 17:03:49 +01:00
a7ce0cc375
claptest and rest api demo
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m1s
2024-03-08 12:47:51 +01:00
1e68268d53
echargs
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m36s
2024-03-07 13:03:36 +01:00
d804f5b2a6
mpsc-full
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m26s
2024-03-04 12:18:19 +01:00
5b594122ba
mpsc
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m49s
2024-02-28 11:26:06 +01:00
e60b3021b0
repr enum serde
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m52s
2024-02-19 15:37:50 +01:00
1e6f98595b
back to the future
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-02-19 11:53:39 +01:00
e270fbbdb5
a few things
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m39s
2024-02-15 16:29:38 +01:00
fedee47ed1
proj confs 2024-02-01 10:40:08 +01:00
d4d742d8b4
pest parser
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m2s
2024-01-15 23:26:30 +01:00
25baf7cd2f
socker start
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m27s
2024-01-15 17:27:50 +01:00
23f64e119c
panic-calm
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m20s
2024-01-12 15:39:54 +01:00
c5498b5b12
rename criterion-demo and add cucumber-demo
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m36s
2024-01-12 13:35:37 +01:00
3c62c7cadf
revsqrt has a bin, upload older rust demos
All checks were successful
Cargo Format, Check and Test / cargo fmt (push) Successful in 55s
Cargo Format, Check and Test / cargo check (push) Successful in 1m8s
Cargo Format, Check and Test / cargo test (push) Successful in 1m5s
2024-01-12 13:19:22 +01:00
b96c0a5d89
simple benchmarks 2024-01-10 16:53:50 +01:00
0fd04c359c
bench-criterion base program 2024-01-10 16:19:03 +01:00
59f89cef80 fix workspace 2023-09-20 09:57:38 +02:00
Christoph J. Scherr
7a867a14d2 workspace setup 2023-09-12 17:01:33 +02:00
3387fc97ae initial commit 2023-09-12 16:21:54 +02:00