locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
496 stars 131 forks source link

Make relative_path::find_node_from_browse_path into a useful helper function #123

Open locka99 opened 3 years ago

locka99 commented 3 years ago

The find_node_from_browse_path() or find_nodes_relative_path() function would be useful for server operations to quickly find nodes by relative path. It should be simplified or a simpler helper wrapped around it and made public.