Skip to content

v0.1.0

Choose a tag to compare

@Sharp0802 Sharp0802 released this 17 May 15:40
· 68 commits to master since this release
  • 07eb8d2 chore: add metadata to Cargo.toml
  • ffdadb2 chore: create project
  • 1ccb16f chore: prefix name of macro crate with -macros
  • 8f9d881 docs: add documentation
  • 704fc16 docs: add license notice
  • f662abf docs: add README
  • fc23622 docs: add sample usages
  • 1235417 docs: create LICENSE-APACHE
  • f124c99 docs: create LICENSE-MIT
  • 121d4d9 docs: fix clippy warning
  • 5aa8902 feat: create derive boilerplate
  • 971dc71 feat: implement auto context stacking
  • 959b3dc feat: implement basic trisult features
  • 038c18a feat: implement procedural macro
  • 31d716a fix: import required features in macro
  • 37f91e6 fix: point README using env
  • 35d08e6 fix: use symbolic link to point README
  • 55a357c refactor: separate features into files
  • b523a08 refactor: use macros instead of manual intervention in tests
  • 304d036 test: add integration tests
  • a840605 test: add tests for auto stacking