Commit graph

7 commits

Author SHA1 Message Date
hinto.janai
af70416736
document struct generation macro 2024-06-03 17:42:43 -04:00
hinto.janai
972bdfbec6
add strum, add misc module 2024-06-03 17:42:24 -04:00
hinto.janai
b41b7dd557
fix macro generation, doc test 2024-06-03 16:32:26 -04:00
hinto.janai
9fa5d24e3a
add base files, deps 2024-06-02 20:12:03 -04:00
hinto.janai
009abe0959
lib.rs: add lints 2024-06-02 19:36:35 -04:00
hinto.janai
83d57abcec
rpc: add monero-rpc-types 2024-06-02 19:29:02 -04:00
hinto-janai
4876e159e7
repo: add skeleton directories, fix labels (#139)
* `database/` -> `storage/`, create skeleton `storage/` crates

* add skeleton root directories

* books: add skeleton

* ci: fix labeler.yml

* fix CONTRIBUTING.md

* fix workspace Cargo.toml

* fix `storage/`

* rename helper fs fn, `cuprate_database` -> `cuprate_blockchain`

* fix Cargo.toml

* cuprate-blockchain: revert find-and-replace

Since it has to be ported to the book anyway, there's not much
reason to update this and create review diffs.

* labeler.yml: remove `A-docs` from `books/` changes

Although books are documentation,
the `A-books` label already exists for this
2024-05-29 02:18:30 +01:00