topiary
No description available.
File Explorer
Download Latest Version (.zip)- audit.toml
- config.toml
- action.yml
- ci.yml
- docker.yml
- release.yml
- website.yaml
- pull_request_template.md
- renovate.json5
- settings.yml
- changelog.nu
- generate-coverage.sh
- generate-nix-documentation.sh
- playground.sh
- verify-documented-usage.sh
- check-grammar.md
- completion.md
- config.md
- coverage.md
- format.md
- index.md
- prefetch.md
- visualise.md
- configuration.md
- dialogue.md
- building-from-source.md
- index.md
- package-managers.md
- using-nix.md
- on-tree-sitter.md
- adding-a-new-language.md
- contributing.md
- suggested-workflow.md
- yann-tutorial.md
- tty.md
- web.md
- general.md
- horizontal-spacing.md
- indentation.md
- index.md
- insertion-and-deletion.md
- modification.md
- scopes.md
- vertical-spacing.md
- formatting-pipeline.md
- language-injections.md
- language-support.md
- library.md
- nix.md
- related.md
- index.md
- SUMMARY.md
- .gitignore
- book.toml
- README.md
- cli
- SUMMARY.md
- .gitignore
- book.toml
- Makefile
- README.md
- migration-0.2-0.3.md
- migration-0.4-0.5.md
- main.rs
- Cargo.toml
- default.nix
- default.nix
- devShell.nix
- config.nix
- default.nix
- gitHook.nix
- default.nix
- wasm-bindgen-cli.nix
- bin.nix
- default.nix
- topiary.nix
- default.nix
- nickelUtils.nix
- prefetchLanguages.nix
- default.nix
- check.rs
- cli.rs
- config.rs
- error.rs
- fs.rs
- io.rs
- language.rs
- main.rs
- visualisation.rs
- bash.sh
- css.css
- json.json
- markdown.md
- menhir.mly
- nickel.ncl
- ocaml.ml
- ocaml_interface.mli
- ocamllex.mll
- openscad.scad
- rust.rs
- sdml.sdml
- toml.toml
- tree_sitter_query.scm
- wit.wit
- bash.sh
- css.css
- json.json
- markdown.md
- menhir.mly
- nickel.ncl
- ocaml.ml
- ocaml_interface.mli
- ocamllex.mll
- ocamllex_invalid_inner.mll
- openscad.scad
- rust.rs
- sdml.sdml
- toml.toml
- tree_sitter_query.scm
- wit.wit
- cli-tester.rs
- sample-tester.rs
- Cargo.toml
- error.rs
- language.rs
- lib.rs
- source.rs
- issue-1124.ncl
- issue-1131.ncl
- build.rs
- Cargo.toml
- languages.ncl
- benchmark.rs
- injections.rs
- error_span.rs
- mod.rs
- atom_collection.rs
- graphviz.rs
- language.rs
- lib.rs
- pretty.rs
- test_utils.rs
- tree_sitter.rs
- Cargo.toml
- formatting.scm
- formatting.scm
- formatting.scm
- formatting.scm
- injections.scm
- formatting.scm
- injections.scm
- formatting.scm
- formatting.scm
- formatting.scm
- formatting.scm
- injections.scm
- formatting.scm
- formatting.scm
- injections.scm
- formatting.scm
- formatting.scm
- formatting.scm
- formatting.scm
- lib.rs
- Cargo.toml
- error.rs
- input_edit.rs
- language.rs
- lib.rs
- logger.rs
- node.rs
- parser.rs
- point.rs
- query.rs
- query_capture.rs
- query_cursor.rs
- query_match.rs
- query_predicate.rs
- range.rs
- tree.rs
- tree_cursor.rs
- Cargo.toml
- LICENSE
- lib.rs
- Cargo.toml
- LICENSE
- .editorconfig
- .gitattributes
- .gitignore
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- CONTRIBUTING.md
- dist-workspace.toml
- flake.lock
- flake.nix
- languages.ncl
- LICENSE
- MAINTAINERS.md
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/topiary/topiary
Downloads the entire project code from GitHub to your computer.
cd topiary
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd docs/manpages
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
