v/vlib
playX ac7e79ffd2
dlmalloc: fix WASM codegen bug (#13090)
2022-01-08 08:40:23 +02:00
..
arrays docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
benchmark docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
bitfield docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
builtin docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
cli docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
clipboard docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
compress docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
context
crypto crypto: add a crypto.des module (#13065) 2022-01-07 13:51:37 +02:00
darwin
datatypes
dl
dlmalloc dlmalloc: fix WASM codegen bug (#13090) 2022-01-08 08:40:23 +02:00
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json
log
math
mssql
mysql
net
orm
os android: fix and test compilation to raw Android C code (#13080) 2022-01-07 16:57:05 +02:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol sokol: use V type for SG_SHADERSTAGE_[VS|FS] (#13086) 2022-01-07 19:52:44 +02:00
sqlite
stbi
strconv
strings
sync
szip
term
time
toml
v ci: fix `$tmpl` regression detected by gitly tests (after a73e146) 2022-01-07 19:19:31 +02:00
vweb
x docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
.vdocignore
README.md docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +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.