pijul nest
guest [sign in]

Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

Cargo.toml
[package]
name = "elfedit"
version = "0.1.0"
edition = "2021"
include = [
  "Cargo.toml",
  "src/lib.rs",
  "src/hello",
  "COPYING",
  "README.md",
]

[dependencies]
memmap = "0.7.0"
thiserror = "2.0.12"

[dev-dependencies]
tempfile = "3.19.1"