Registry / utility / scm-record

scm-record

JSON →
library0.10.1rscratesunverified

UI component for interactively selecting changes to include in a commit.

# Cargo.toml [dependencies] scm-record = "0.10.1"
INSTALL
IMPORT
SIG · SCM-RECORD
S
scm-record
utilityrustv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Record
use scm_record::Record;

Run the interactive record UI for selecting changes.

use scm_record::Record; fn main() { let mut record = Record::new(); // Add changes and interactively select record.run(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
scm-record — cargo add scm-record · libregistry