Skip to content

0.1.0

Compare
Choose a tag to compare
@Hoverbear Hoverbear released this 13 Feb 17:49
  • Now tested with Github actions (#46)
  • @CreepySkeleton helped us adopt to some new changes in Rust. You'll now need to use #[getset(get, ...)] as an attribute instead of [get] (#55)
    • This also means you can use [getset(get, set)]! Amazing.