This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Odin
Watch
1
Star
0
Fork
0
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-09-27 07:25:31 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75a20152600da5259bdd2a87ff84f2cc9d4ec224
Odin
/
core
/
encoding
T
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