open62541

Crates.ioopen62541
lib.rsopen62541
version
sourcesrc
created_at2024-01-12 15:50:37.263192
updated_at2024-12-04 22:09:13.849549
descriptionHigh-level, safe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture).
homepagehttps://github.com/HMIProject/open62541
repositoryhttps://github.com/HMIProject/open62541.git
max_upload_size
id1097810
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sebastian Goll (sgoll)

documentation

https://docs.rs/open62541

README

open62541

crates.io Docs Dependencies Testing License: MPL 2.0

This crate provides high-level, safe bindings for the C99 library open62541, an open source and free implementation of OPC UA.

Overview

Use this crate when you want to implement an OPC UA client or server in Rust, or add these capabilities to an existing program.

Examples

You can find examples in our documentation and in the examples/ folder in our repository.

Contributing

Make sure to use LF line endings and run just pre-commit before committing your changes.

Visit the Just Programmer's Manual for information on installing just. After installing, run just setup to setup the environment required by this repository.

Tip: Configure your IDE to apply cargo fmt formatting when saving a file.

Commit count: 304

cargo fmt