3
9
Fork
You've already forked retangled
1
A (soon-to-be) bi-directional literate programming tool inspired by Entangled
  • Rust 100%
2026年07月01日 21:15:44 +02:00
lit make error message clearer 2026年07月01日 12:01:01 -07:00
src make error message clearer 2026年07月01日 12:01:01 -07:00
tests Fix integration test 2026年01月29日 21:46:34 -08:00
.gitignore Add basic program 2026年01月17日 14:59:37 -08:00
Cargo.lock Bump version number 2026年05月05日 18:56:43 -07:00
Cargo.toml Bump version number 2026年05月05日 18:56:43 -07:00
entangled.toml Add basic program 2026年01月17日 14:59:37 -08:00
LICENSE Add license and other information to Cargo.toml 2026年01月17日 20:25:55 -08:00
README.md Expand purpose of ReTangled 2026年05月05日 18:52:53 -07:00
retangled.toml Add --only-tangle option 2026年01月17日 15:48:07 -08:00

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.