Skip to content

Commit c54a733

Browse files
committed
README update
1 parent 49e5917 commit c54a733

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/powerlink-rs-xdc/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ This table tracks the crate's implementation status against the main features of
117117
| ➡️ **Diagnostic** | `t_Diagnostic` | 🟢 **Implemented** | `ErrorList` and `StaticErrorBitField` are modeled and resolved. |
118118
| **Modular Support** | `*Modular_Head.xsd` | 🟢 **Implemented** | All modular profile bodies, `moduleManagement`, `interfaceList`, and `rangeList` elements are modeled and resolved. |
119119

120+
### Limitations
121+
122+
While the crate covers most of the EPSG DS 311 V1.2.1 specification and is sufficient for most standard device and communication profiles, certain optional or legacy elements are not yet implemented.
123+
124+
The parser is designed to be safe; it will ignore these unsupported elements rather than crashing.
125+
120126
## Roadmap
121127

122128
### Phase 1: Core Model & API

0 commit comments

Comments
 (0)