This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-07-25 16:51:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
744eb7c6d8a7a7d97a8964a6c34794131cfca8f5
Odin
/
core
/
encoding
History
Rickard Andersson
931e0d4687
cleanup: remove unused import
2023-10-02 15:21:09 +03:00
..
base32
…
base64
…
csv
Minor cleanups to the core library
2023-09-30 20:26:04 +01: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
cleanup: remove unused import
2023-10-02 15:21:09 +03:00
varint
Minor style change in leb128.odin
2022-05-12 15:59:15 +01:00
xml
Use
or_break
and
or_continue
where appropriate in the core library
2023-09-30 15:34:39 +01:00