atomwrite 0.1.2

Atomic file operations CLI for LLM agents — read, write, edit, search, replace with NDJSON output
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Optional: use mold linker for faster builds on Linux.
# Copy this file to .cargo/config.toml and install mold:
#   Fedora: sudo dnf install mold
#   Ubuntu: sudo apt install mold
#   Arch:   sudo pacman -S mold
#
# Without this config, the default linker (ld/gcc) is used automatically.

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]