korken89 / smlang-rs

A State Machine Language DSL procedual macro for Rust
Apache License 2.0
202 stars 28 forks source link

Supported/unsupported features #8

Open zamazan4ik opened 3 years ago

zamazan4ik commented 3 years ago

Hi!

Thanks for the library! I have a question - is there any list of already supported features and list of unsupported (at least yet) features? E.g. you can get feature list here: https://github.com/erikzenker/hsm

It would be fine if such information will be available somewhere directly in README :)

Thanks!

korken89 commented 3 years ago

Hi,

I see the need for such a list, but I have not planned to add one yet. Mostly because I am not familiar with the terminology used in the list, so I would not be able to make it correct.

However, I think one can get a simple list up with the things I do know what it is :)