- Rust 100%
| lit | make error message clearer | |
| src | make error message clearer | |
| tests | Fix integration test | |
| .gitignore | Add basic program | |
| Cargo.lock | Bump version number | |
| Cargo.toml | Bump version number | |
| entangled.toml | Add basic program | |
| LICENSE | Add license and other information to Cargo.toml | |
| README.md | Expand purpose of ReTangled | |
| retangled.toml | Add --only-tangle option | |
ReTangled
ReTangled is an implementation of Entangled written in Rust. It's goal is to be a feature complete bidirectional tangler while also being efficient and integrating into the Rust toolchain.
While Entangled focuses on being a comprehensive literate programming tool, ReTangled is more concerned about being fast and usable within CLI pipelines, build systems, and as a foundation for higher-level literate programming environments.
ReTangled is documented with ReTangled. Read the documentation.
Installation
If you wish to use the latest released version, install it from crates.io with Cargo.
$ cargo install retangled
If you wish to install the latest development version, clone the repository and build it with Cargo.
$ git clone https://codeberg.org/liberty/retangled.git && cd retangled
$ cargo install --path .
Usage
$ retangled my_program.md my_program_part_2.md
License
Copyright 2026 Anna Liberty
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.