Skip to content

Commit

Permalink
Consolidate documentation (#757)
Browse files Browse the repository at this point in the history
* Makefile

* Consolidate documentation

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* cargo fmt

* cargo clippy

* Disable cargo udeps for aquamarine

* Correct doctest attribute

* Missing text attribute

* Addressed comments

* Addressed comments
  • Loading branch information
igaray authored Aug 28, 2024
1 parent c3291da commit 354ef2b
Show file tree
Hide file tree
Showing 22 changed files with 2,125 additions and 1,316 deletions.
58 changes: 58 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keywords = ["starknet", "cairo", "compiler", "mlir"]
# https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
resolver = "2"


[[bin]]
name = "cairo-native-dump"
required-features = ["build-cli"]
Expand Down Expand Up @@ -52,7 +53,12 @@ with-runtime = ["dep:cairo-native-runtime"]
with-serde = ["dep:serde"]
with-cheatcode = []

# the aquamarine dep is only used in docs and cannot be detected as used by cargo udeps
[package.metadata.cargo-udeps.ignore]
normal = ["aquamarine"]

[dependencies]
aquamarine = "0.5.0"
bumpalo = "3.16.0"
cairo-lang-compiler = "2.7.1"
cairo-lang-defs = "2.7.1"
Expand Down
243 changes: 0 additions & 243 deletions DEVELOPER-GUIDE.md

This file was deleted.

Loading

0 comments on commit 354ef2b

Please sign in to comment.