tzf-rel 0.0.2025-c

Probuf based binary timezone data distribution for tzf-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package tzfrel

import (
	_ "embed"
)

//go:embed combined-with-oceans.bin
var FullData []byte

//go:embed combined-with-oceans.reduce.bin
var LiteData []byte

//go:embed combined-with-oceans.reduce.compress.bin
var LiteCompressData []byte

//go:embed combined-with-oceans.reduce.preindex.bin
var PreindexData []byte