crane/docs/SUMMARY.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

51 lines
2.6 KiB
Markdown
Raw Normal View History

2022-12-27 01:27:13 +03:00
# Summary
2022-12-27 01:55:25 +03:00
[Home](./README.md)
[Changelog](./CHANGELOG.md)
2022-12-27 01:27:13 +03:00
---
* [Introduction](./introduction.md)
* [Artifact reuse](./introduction/artifact-reuse.md)
* [Sequential builds](./introduction/sequential-builds.md)
* [Getting started](./getting-started.md)
* [Quick start](./examples/quick-start.md)
* [Quick start (simple)](./examples/quick-start-simple.md)
2024-04-22 01:23:03 +03:00
* [Quick start (workspace)](./examples/quick-start-workspace.md)
2022-12-27 01:27:13 +03:00
* [Custom toolchain](./examples/custom-toolchain.md)
* [Alternative registry](./examples/alt-registry.md)
* [Building standard library crates](./examples/build-std.md)
2022-12-27 01:27:13 +03:00
* [Cross compiling](./examples/cross-rust-overlay.md)
* [Cross compiling with musl](./examples/cross-musl.md)
* [Cross compiling to windows](./examples/cross-windows.md)
* [Building Trunk projects](./examples/trunk.md)
* [Workspace with Trunk](./examples/trunk-workspace.md)
2023-10-13 04:59:36 +03:00
* [End-to-End Testing](./examples/end-to-end-testing.md)
2023-11-29 04:08:21 +03:00
* [Building with SQLx](./examples/sqlx.md)
* [Source filtering](./source-filtering.md)
* [Local development](./local_development.md)
* [Custom cargo commands](./custom_cargo_commands.md)
* [Customizing builds](./customizing_builds.md)
* [Overriding derivations after the fact](./overriding_derivations.md)
* [Patching sources of dependencies](./patching_dependency_sources.md)
2022-12-27 01:27:13 +03:00
---
- [API Reference](./API.md)
---
* [Troubleshooting/FAQ](./faq/faq.md)
* [Customizing nixpkgs and other inputs](./faq/custom-nixpkgs.md)
* [IFD (import from derivation) errors](./faq/ifd-error.md)
* [Constantly rebuilding from scratch](./faq/constant-rebuilds.md)
* [Crates being rebuilt when using different toolchains](./faq/rebuilds-with-different-toolchains.md)
* [Constantly rebuilding proc-macro dependencies `dev` mode](./faq/rebuilds-with-proc-macros.md)
* [Constantly rebuilding pyo3](./faq/rebuilds-pyo3.md)
* [Constantly rebuilding bindgen](./faq/rebuilds-bindgen.md)
2022-12-27 01:27:13 +03:00
* [Building upstream cargo crate with no `Cargo.lock`](./faq/no-cargo-lock.md)
* [Patching `Cargo.lock` during build](./faq/patching-cargo-lock.md)
* [Building a subset of a workspace](./faq/build-workspace-subset.md)
* [Trouble building when using `include_str!` (or including other non-rust files)](./faq/building-with-non-rust-includes.md)
* [Dealing with sandbox-unfriendly build scripts](./faq/sandbox-unfriendly-build-scripts.md)
* [Cargo.toml is not at the source root](./faq/workspace-not-at-source-root.md)
* [Found invalid metadata files for crate error](./faq/invalid-metadata-files-for-crate.md)
---
* [Advanced Techniques](./advanced/advanced.md)
* [Overriding function behavior](./advanced/overriding-function-behavior.md)