v0.1.2
New Features
- Condition-based error-handling
guard
: panic if a condition is false, like Swift'sguard
statementunwrap
: panic if a pointer is null, like optional unwrapping in some languages
- Basic integer to string conversion with
itoa
anditos
- A new string initialization function,
str_frombuf
, which takes ownership of the buffer rather than copying
Bug Fixes
None
Breaking Changes
None