1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-11-18 11:09:24 +02:00
..
arrays
benchmark
bitfield
builtin
cli
clipboard
compress
context
crypto
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
json
log
maps
math
mssql
mysql
net all: implement struct field optional and disallow storing result (#16392) 2022-11-17 07:51:50 +02:00
orm
os os: refactor err == IError(os.Eof{}) to err is os.Eof 2022-11-16 00:53:45 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings
sync
szip
term
time
toml
v x.json2: generic-based encoder (finish PR#15137) (#16464) 2022-11-18 11:09:24 +02:00
vweb
x x.json2: generic-based encoder (finish PR#15137) (#16464) 2022-11-18 11:09:24 +02:00
.vdocignore
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.