Works a named list one item at a time on a fixed cadence: reads targets from a CSV column given as an argument, refuses an ambiguous column rather than guessing, paces sends so consecutive items are at least the interval apart, and never sends an item twice across restarts.
| Tier | tools |
| Role | unclassified (baselined) |
| Path | crates/tools/paced-send |
| Edition | 2021 |
| Targets | tools-paced-send |
| Public items | 0 across 0 modules |
| Tests | 29 |
What it is for
tools-paced-send — work a named list one letter at a time, on a fixed cadence.
Sprint 4.56. The list, the template, the column, the interval and the sending account all arrive as arguments: nothing about the client's work is known here.
Two subcommands, and the split between them is the safety property. plan reads and renders and sends nothing, so a wrong column or a broken template costs nothing to find. send does the same work and then delivers, paced, recording each attempt before moving on.
Capabilities
No public items.
How to use it
No examples/ target and no doctest in this crate's rustdoc. The tests listed under Verification are the closest executable usage.
Module structure
No public modules: the crate root is its whole surface.
Public surface
No public items.
No pub use re-exports: every item above is declared in this crate.
Boundary
Reaches into infrastructure.
Shares tier tools with 84 other crates: tools-advisory-reach, tools-archive-guard, tools-artifact-scaffold, tools-ask-ai-core, tools-ask-ais, tools-ask-gemini, tools-book, tools-book-report, … (84 total).
_What this crate deliberately does NOT own is a judgment. No committed registry records one for it, so none is stated here._
Where it sits
| Tier (ontology) | tools |
| Architectural role (taxonomy) | unclassified (baselined) |
| Location | crates/tools/paced-send |
| Vocabulary in force (lexicon) | current |
Tier flow. Which tiers this crate's own edges cross.
flowchart LR n_tools["tools"] --> n_infrastructure["infrastructure"]
Dependencies
Runtime, in this workspace.
| Crate | Tier | Optional | Only on |
|---|---|---|---|
| `infrastructure-adapters-google-gmail` | infrastructure | no | always |
Runtime, from outside the workspace.
| Crate | Requirement | Features | Optional | Only on |
|---|---|---|---|---|
anyhow | ^1 | — | no | always |
clap | ^4 | derive | no | always |
csv | ^1 | — | no | always |
tokio | ^1 | full, macros, rt-multi-thread, time | no | always |
Development, in this workspace.
| Crate | Tier | Optional | Only on |
|---|---|---|---|
| `tools-cli-conformance` | tools | no | always |
Build. None.
Depended on by. Nothing in this workspace.
Signal flow — what reaches this crate, and what it reaches.
flowchart LR SELF["tools-paced-send"] SELF -->|development| n_tools_cli_conformance["tools-cli-conformance"] SELF -->|runtime| n_infrastructure_adapters_google_gmail["infrastructure-adapters-google-gmail"] classDef self fill:#1f883d,stroke:#1f883d,color:#fff; class SELF self;
Feature flags
No Cargo features are defined: every capability is unconditional, so no consumer can receive a half-wired crate.
Targets
| Kind | Name | Source |
|---|---|---|
| bin | tools-paced-send | `src/main.rs` |
Error model
No public error type was detected: no public item declares a type named *Error, and no public signature returns one.
Operational characteristics
| Property | Evidence |
|---|---|
| async public surface | none detected |
| async runtime | yes |
| database access | none detected |
| network I/O | none detected |
| unsafe code | none detected |
| environment variables | none detected |
No unsafe block, unsafe fn, unsafe impl or unsafe trait was found by the parser anywhere in this crate's source.
Configuration
No environment variable is read with a literal name anywhere in this crate. A variable whose key is computed at run time cannot be listed here, and is not claimed to be absent.
Related capabilities
No workspace crate depends on this one.
Verification
| Kind | Count |
|---|---|
| Unit tests | 29 |
| Integration tests | 0 |
| Examples | 0 |
| Doctests | 0 |
What the tests establish, by name:
a_clock_that_went_backwards_waits_the_whole_interval_rather_than_firing_early—src/cadence.rsa_long_gap_does_not_bank_credit_for_the_next_item—src/cadence.rsan_item_inside_the_interval_waits_the_remainder—src/cadence.rsthe_boundary_is_inclusive_so_a_full_interval_is_enough—src/cadence.rsthe_first_item_does_not_wait—src/cadence.rsa_letter_with_no_subject_line_is_refused—src/letter.rsa_placeholder_matches_its_column_however_it_is_cased_or_padded—src/letter.rsa_placeholder_with_no_column_is_refused_and_names_what_exists—src/letter.rsa_template_with_no_placeholders_renders_unchanged—src/letter.rsan_empty_cell_is_refused_rather_than_left_blank_in_the_letter—src/letter.rsan_unclosed_brace_is_named_rather_than_swallowed—src/letter.rsevery_placeholder_is_filled_from_the_row—src/letter.rsthe_first_line_is_the_subject_and_the_rest_is_the_body—src/letter.rsthe_same_placeholder_twice_is_filled_twice—src/letter.rsa_blank_cell_is_a_gap_and_does_not_shift_the_line_numbers—src/list.rsa_duplicated_column_is_refused_rather_than_picked_between—src/list.rsa_missing_column_names_what_was_there_instead_of_guessing—src/list.rsa_name_listed_twice_is_written_to_once—src/list.rsa_named_column_is_found_however_it_is_cased_or_padded—src/list.rsa_resumed_run_skips_what_was_sent_and_keeps_going_down_the_list—src/list.rsan_empty_list_is_a_refusal_because_it_is_almost_always_the_wrong_file—src/list.rstargets_come_back_in_file_order_with_the_line_the_spreadsheet_shows—src/list.rscli_conforms—src/main.rsa_half_written_last_line_does_not_stop_the_run—src/sent.rsa_line_round_trips—src/sent.rsa_target_that_would_break_the_format_is_refused_rather_than_escaped—src/sent.rsan_empty_record_has_no_last_send—src/sent.rsonly_successes_block_a_resend—src/sent.rsthe_cadence_clock_is_the_last_success_not_the_last_attempt—src/sent.rs
Documentation coverage
| Measure | Documented | Total |
|---|---|---|
| Public items with rustdoc | 0 | 0 |
Public modules with a //! block | 0 | 0 |
Metrics
| Metric | Value |
|---|---|
| Rust source files | 5 |
| Source lines | 1116 |
| Code lines | 840 |
| Public API items | 0 |
| Public modules | 0 |
| Tests | 29 |
| Examples | 0 |
| Cargo features | 0 |
| Direct runtime dependencies | 5 |
| Workspace reverse dependencies | 0 |
pie showData
title Rust source composition
"Code" : 840
"Blank or comment" : 276
Generation
Rendered by tools-corpus corpus readme from repository evidence alone, renderer schema 2, lexicon current. No model, network service or database was consulted. Regenerate with tools-corpus corpus readme --write; verify with --check.