Skip to content

Commit

Permalink
crypto_radix & network_radix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz2891 committed Nov 28, 2024
1 parent 9fa7cd7 commit 4494d04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ test: clippy
docs:
@for features in $(FEATURE_SETS); do \
echo "Documenting redstone with features: $$features"; \
(rm -rf ./target/doc && $(DOC) --features=$$features && mkdir -p ../target/rust-docs/redstone && cp -r ../target/doc ../target/rust-docs/redstone/$$features); \
(rm -rf ./target/doc && $(DOC) --features=$$features && mkdir -p ./target/rust-docs/redstone && cp -r ./target/doc ./target/rust-docs/redstone/$$features); \
done

@for features in $(WASM32_FEATURE_SETS); do \
echo "Documenting redstone with features: $$features"; \
(rm -rf ./target/doc && $(DOC) --features=$$features && mkdir -p ./target/rust-docs/redstone && cp -r ./target/doc ./target/rust-docs/redstone/$$features); \
done

coverage:
cargo install grcov --version=0.5.15
CARGO_INCREMENTAL=0 \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
2. [`redstone` crate with `crypto_secp256k1` and
`network_casper`](https://docs.redstone.finance/rust/redstone/crypto_secp256k1,network_casper/redstone/index.html)
extension for Casper
3. [`redstone` crate with `crypto_secp256k1` and
`network_radix`](https://docs.redstone.finance/rust/redstone/crypto_secp256k1,network_radix/redstone/index.html)
3. [`redstone` crate with `crypto_radix` and
`network_radix`](https://docs.redstone.finance/rust/redstone/crypto_radix,network_radix/redstone/index.html)
extension for Radix

0 comments on commit 4494d04

Please sign in to comment.