v/vlib
Alexander Medvednikov 25d730618f
encoding.base64: use u8
2022-04-17 12:14:27 +02:00
..
arrays all: byte => u8 2022-04-17 12:14:27 +02:00
benchmark
bitfield all: byte => u8 2022-04-17 12:14:27 +02:00
builtin all: byte => u8 2022-04-17 12:14:27 +02:00
cli
clipboard all: byte => u8 2022-04-17 12:14:27 +02:00
compress
context
crypto all: byte => u8 2022-04-17 12:14:27 +02:00
darwin docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
datatypes
dl
dlmalloc
encoding encoding.base64: use u8 2022-04-17 12:14:27 +02:00
eventbus
flag all: byte => u8 2022-04-17 12:14:27 +02:00
fontstash all: byte => u8 2022-04-17 12:14:27 +02:00
gg all: byte => u8 2022-04-17 12:14:27 +02:00
gx all: byte => u8 2022-04-17 12:14:27 +02:00
hash all: byte => u8 2022-04-17 12:14:27 +02:00
io all: byte => u8 2022-04-17 12:14:27 +02:00
js
jsdom
json all: byte => u8 2022-04-17 12:14:27 +02:00
log
math all: byte => u8 2022-04-17 12:14:27 +02:00
mssql
mysql all: byte => u8 2022-04-17 12:14:27 +02:00
net all: byte => u8 2022-04-17 12:14:27 +02:00
orm
os all: byte => u8 2022-04-17 12:14:27 +02:00
pg all: byte => u8 2022-04-17 12:14:27 +02:00
picoev all: byte => u8 2022-04-17 12:14:27 +02:00
picohttpparser
rand all: byte => u8 2022-04-17 12:14:27 +02:00
readline all: byte => u8 2022-04-17 12:14:27 +02:00
regex all: byte => u8 2022-04-17 12:14:27 +02:00
runtime
semver
sokol all: byte => u8 2022-04-17 12:14:27 +02:00
sqlite all: byte => u8 2022-04-17 12:14:27 +02:00
stbi
strconv all: byte => u8 2022-04-17 12:14:27 +02:00
strings all: byte => u8 2022-04-17 12:14:27 +02:00
sync all: byte => u8 2022-04-17 12:14:27 +02:00
szip all: byte => u8 2022-04-17 12:14:27 +02:00
term all: byte => u8 2022-04-17 12:14:27 +02:00
time all: byte => u8 2022-04-17 12:14:27 +02:00
toml all: byte => u8 2022-04-17 12:14:27 +02:00
v encoding.base64: use u8 2022-04-17 12:14:27 +02:00
vweb checker: make using err.msg and err.code produce an *actual* notice, even with the present compatibility hack (will be *removed* in 2022-06-01) 2022-04-12 14:56:02 +03:00
x all: byte => u8 2022-04-17 12:14:27 +02:00
.vdocignore
README.md

README.md

vlib Documentation

vlib is the term for all modules included by default with V and maintained as part of the V source code repository.

Some included modules depend on third party libraries, and these are kept separate in the thirdparty directory at the root level of the source repository.