Expand description
Re-exports§
pub use svd_rs as svd;
Modules§
- elementext
- SVD Element Extensions. This module is extends roxmltree::Element objects with convenience methods
- types
- Shared primitive types for use in SVD objects.
Structs§
- Config
- Advanced parser options
- SVDError
At
Enums§
- SVDError
- SVD parse Errors.
- Validate
Level - Level of validation
Traits§
- Context
- Provides the
context
method forResult
. - Parse
- Parse trait allows SVD objects to be parsed from XML elements.
Functions§
- optional
- Parses an optional child element with the provided name and Parse function Returns an none if the child doesn’t exist, Ok(Some(e)) if parsing succeeds, and Err() if parsing fails.
- parse
- Parses the contents of an SVD (XML) string
- parse_
with_ config - Parses the contents of an SVD (XML) string