1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2023-03-10 10:31:05 +02:00
..
arrays
benchmark
bitfield
builtin all: rename it to index in array inits (#17543) 2023-03-08 20:51:45 +01:00
cli
clipboard
compress
context
crypto crypto, math: change option to result (#17580) 2023-03-10 10:31:05 +02:00
datatypes datatypes: fix linked list of map (fix #17570) (#17573) 2023-03-09 14:26:01 +01:00
db
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
json
log
maps
math crypto, math: change option to result (#17580) 2023-03-10 10:31:05 +02:00
mssql
mysql
net net.websocket: fix a typo (allready -> already) (#17512) 2023-03-06 10:05:17 +02:00
orm
os os: fix typo in os.v (#17519) 2023-03-07 08:30:37 +01:00
pg
picoev
picohttpparser
rand all: rename it to index in array inits (#17543) 2023-03-08 20:51:45 +01:00
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings
sync
szip
term
time
toml
v cgen, checker: fix dump() to return option values (#17563) 2023-03-09 20:29:25 +02:00
vweb
x json2: fix decode result with option fields (#17561) 2023-03-08 20:54:28 +01:00
.vdocignore doc: ignore builtin/wasm (#17480) 2023-03-03 12:35:21 +02:00
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.