Skip to content

v0.1.2

Compare
Choose a tag to compare
@a-lafrance a-lafrance released this 23 Mar 22:04
· 5 commits to master since this release
0b372db

New Features

  • Condition-based error-handling
    • guard: panic if a condition is false, like Swift's guard statement
    • unwrap: panic if a pointer is null, like optional unwrapping in some languages
  • Basic integer to string conversion with itoa and itos
  • A new string initialization function, str_frombuf, which takes ownership of the buffer rather than copying

Bug Fixes

None

Breaking Changes

None