aboutsummaryrefslogtreecommitdiff
path: root/src/entity_number.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentation and replace publish_on_command with CommandPolicy enumdiogo4642025-12-141-3/+7
| | | | | | | | | | | | | - Enhanced crate-level documentation with comprehensive examples and feature list - Improved README with badges, better structure, and clearer examples - Added README.tpl template and generate-readme.sh script for cargo-readme - Documented run() and connect_and_run() functions with detailed behavior explanations - Replaced publish_on_command boolean with CommandPolicy enum (PublishState/Manual) - Added comprehensive documentation for CommandPolicy explaining both modes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
* added publish_on_command option to numberdiogo4642025-12-051-3/+12
|
* reworked entity storagediogo4642025-12-051-11/+23
|
* reworked entity creationdiogo4642025-12-051-0/+193