# sdp-nom
[](https://github.com/hoodie/sdp-nom/actions?query=workflow%3A"Continuous+Integration")
[](https://crates.io/crates/sdp-nom)
[](https://github.com/hoodie/sdp-nom/graphs/contributors)

[](https://crates.io/crates/sdp-nom/)
[](https://docs.rs/sdp-nom/)
[](https://crates.io/crates/sdp-nom/)
This is a nom-based SDP parser.
It can parse and reserialize and is currently optimized for a very small wasm footprint (hence the use of ufmt).
You don't need reserialization? Just build with --no-default-features
.
If you are interested please contact me.
features
| name | what it does | default |
| -------- | --------------------------------------------- | ------- |
| udisplay | use ufmt to reserialize session and lines | yes |
| serde | well serde support of course | no |
| wee | use wee allocator | no |