cuprate/helper/src
hinto-janai fb3d41ccbb
database: final docs + cleanup (#117)
* re-apply 'main' merge + doc patches

* fix redb lints

* update readme

* add `lib.rs, ops, service` doc-test examples

* docs for `config`, `ops`, add doc-tests

* remove merge error

incorrect leftover code from previous merge

* doc top-level types

* docs: error, tables, types

* misc docs, TODO, FIXME, SOMEDAY fixes

* change clippy lints

* tests: add `tables_are_sorted()`

* move `tables_are_sorted()` test to `backend/tests.rs`

* readme formatting

* small fixes

* readme fixes

* docs: `helper/`

* docs: `types/`

* database/README.md fixes

* doc fixes

* types: doc fixes

* fixes

* all review changes
2024-05-05 15:21:28 +01:00
..
asynch.rs helper/ (#45) 2024-01-21 00:04:09 +00:00
atomic.rs helper: use crossbeam::atomic::AtomicCell for atomic floats (#56) 2024-02-10 23:19:12 +00:00
constants.rs helper: add fs (#67) 2024-02-21 17:54:46 +00:00
fs.rs database: final docs + cleanup (#117) 2024-05-05 15:21:28 +01:00
lib.rs database: split cumulative_difficulty into low/high bits (#114) 2024-04-24 21:47:48 +01:00
map.rs database: impl service fn bodies (#113) 2024-05-01 18:52:20 +01:00
network.rs remove empty cuprate bin and common 2024-01-22 01:56:34 +00:00
num.rs consensus: add more difficulty tests 2024-01-22 18:17:34 +00:00
thread.rs helper: NON_ZERO_USIZE_1 -> NonZeroUsize::MIN (#70) 2024-02-21 17:55:29 +00:00
time.rs helper: fix doc test 2024-01-22 02:09:09 +00:00