This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-06-14 11:28:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3323d5c76cd5eb5362d6df5ae00aef1c4d567fe3
Odin
/
core
/
encoding
History
gingerBill
44ea82f845
Clean up usage of
using
throughout core and vendor
2023-07-31 11:46:40 +01:00
..
base32
…
base64
…
csv
Document return values of strings and add allocator errors where
2023-04-07 20:39:01 +10:00
endian
Add
core:encoding/endian
2022-05-12 19:35:07 +01:00
entity
Improve
//+vet
; remove
using
in many places; add
//+vet !using-stmt
where necessary
2023-07-31 11:37:14 +01:00
hex
fix hex.encode and add tests for the package
2023-05-15 20:52:07 +02:00
hxa
Replace
x in &y
Use
&v in y
syntax through core & vendor for
switch
/
for
statements
2023-06-26 15:42:57 +01:00
json
Replace
x in &y
Use
&v in y
syntax through core & vendor for
switch
/
for
statements
2023-06-26 15:42:57 +01:00
varint
…
xml
Clean up usage of
using
throughout core and vendor
2023-07-31 11:46:40 +01:00