mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
More package lines
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// package compress is a collection of utilities to aid with other compression packages.
|
||||
package compress
|
||||
|
||||
/*
|
||||
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
|
||||
Made available under Odin's BSD-3 license.
|
||||
@@ -6,10 +9,6 @@
|
||||
Jeroen van Rijn: Initial implementation, optimization.
|
||||
*/
|
||||
|
||||
|
||||
// package compress is a collection of utilities to aid with other compression packages
|
||||
package compress
|
||||
|
||||
import "core:io"
|
||||
import "core:bytes"
|
||||
import "base:runtime"
|
||||
|
||||
Reference in New Issue
Block a user