rust-ethernet-ip 0.4.0

High-performance EtherNet/IP communication library for Allen-Bradley CompactLogix and ControlLogix PLCs
Documentation
1
2
3
4
5
6
7
8
9
fn main() -> Result<(), Box<dyn std::error::Error>> {
    vergen::EmitBuilder::builder()
        .build_timestamp()
        .git_sha(true)
        .git_branch()
        .git_commit_timestamp()
        .emit()?;
    Ok(())
}