locka99
locka99
I'm using `bitflags!()` on a large table of u32 status codes where the high 16-bits are a sequential number (1, 2, 3, 4 etc.) and the lower 16-bits are bit...
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...
The subscriptions code needs to correctly reset the lifetime on the sub when an monitored event happens.
The generated node set code contanis code to encode InputArguments / OutputArguments data using ns=0;i=297 as directed. But that node id is Argument_Encoding_DefaultXml implying the encoding should be Xml when...