# *sml-rs*
[](https://crates.io/crates/sml-rs)
[](https://docs.rs/sml-rs)


[](https://docs.rs/sml-rs)
Smart Message Language (SML) parser written in Rust.
**Status:** `sml-rs` is an early work-in-progress library and many features aren't implemented yet. See section "Implementation Status" for details.
## Spec
- SML V1.04 Spec [[pdf]](https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikationen/TechnischeRichtlinien/TR03109/TR-03109-1_Anlage_Feinspezifikation_Drahtgebundene_LMN-Schnittstelle_Teilb.pdf;jsessionid=F2323041EE7292926D80680DA407BA3F.internet082?__blob=publicationFile&v=1) [[archive.org]](https://web.archive.org/web/20211217153839/https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikationen/TechnischeRichtlinien/TR03109/TR-03109-1_Anlage_Feinspezifikation_Drahtgebundene_LMN-Schnittstelle_Teilb.pdf;jsessionid=F2323041EE7292926D80680DA407BA3F.internet082?__blob=publicationFile&v=1)
## Implementation status
- [ ] Transport v1
- [x] Encode
- [x] Encode streaming
- [ ] Decode
- [ ] Parsing
- [ ] ...
- [x] no_std support
#### License
<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>
<br>
<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>