sing_rs 0.1.1

Macros for generating STDIN/STDOUT interfaces to trait objects.
Documentation
1
2
3
4
5
6
7
8
# Todos

- Create feature flag for the parse mdule.
- Better error handling in the parser. (dont panic on every wrong token!)
- Implement checks for existing trait storage files.
- Write more unit tests.
- Create macro that implements traits on objects by shelling out to other binaries using sing.
- Investigate whether it's possible to make the `sing_add_trait` macro work without an impl block