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-04 06:28:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a73ff00b0207ed211f2732ca4832ea6dd93e2d2f
Odin
/
core
/
encoding
History
Karl Zylinski
a73ff00b02
Indentation fix.
2023-11-01 00:33:59 +01:00
..
base32
…
base64
…
csv
Minor cleanups to the core library
2023-09-30 20:26:04 +01:00
endian
…
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
Indentation fix.
2023-11-01 00:33:59 +01:00
varint
…
xml
Use
or_break
and
or_continue
where appropriate in the core library
2023-09-30 15:34:39 +01:00