mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* add std::net::url for parsing/generating URLs * Move String.index_of_chars into std * Fix param contract * Idiomatic type naming, Allman formatting, slicing, document functions * Use String.tokenize * Don't return str_view() from freed dstring * Change indentation to tabs * Variable casing according to guidlelines * Updated API and added line to the releasenotes. --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>