makcu
A library to interact with MAKCU devices in Rust
File Explorer
- ci.yml
- basic.rs
- benchmark.rs
- comprehensive.rs
- mock.rs
- builder.rs
- mod.rs
- buttons.rs
- catch.rs
- info.rs
- locks.rs
- mod.rs
- movement.rs
- stream.rs
- mod.rs
- catch.rs
- click.rs
- events.rs
- mod.rs
- smooth.rs
- mod.rs
- builder.rs
- constants.rs
- mod.rs
- parser.rs
- mock.rs
- mod.rs
- monitor.rs
- reader.rs
- serial.rs
- writer.rs
- button.rs
- catch.rs
- device_info.rs
- lock.rs
- mod.rs
- lib.rs
- .gitignore
- Cargo.toml
- CLAUDE.md
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
batch
View Details ▼
batch
Execute commands at a later time when the system load levels permit.
Results will be sent to the user's mail.
See also: `at`, `atq`, `atrm`, `mail`.
batch
Execute commands from `stdin` (press `<Ctrl d>` when done):
systemctl start atd
Start the `atd` daemon:
echo "{{./make_db_backup.sh}}" | batch
Execute a command from `stdin`:
cargo run
View Details ▼
cargo run
Run the current Cargo package.
Note: The working directory of the executed binary will be set to the current working directory.
cargo {{[r|run]}}
Run the default binary target:
cargo {{[r|run]}} --bin {{name}}
Run the specified binary:
cargo {{[r|run]}} --example {{name}}
Run the specified example:
