Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0

Configure Feed

Select the types of activity you want to include in your feed.

how to fuz

+15
+15
ufos/readme.md
··· 122 122 ```bash 123 123 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 124 124 ``` 125 + 126 + 127 + --- 128 + 129 + ## fuzzing 130 + 131 + got bit by https://github.com/cloudflare/cardinality-estimator/pull/12, so now we have a fuzz target. 132 + 133 + install cargo-fuzz and then 134 + 135 + ```bash 136 + RUSTFLAGS="-Z sanitizer=address" cargo +nightly fuzz run cardinality_estimator 137 + ``` 138 + 139 + to fuzz the counts value things