v/vlib
yuyi 10ab758aa7
ast: minor cleanup in pref_arch_to_table_language() (#13714)
2022-03-11 14:56:48 +02:00
..
arrays
benchmark
bitfield
builtin builtin: use malloc_noscan more (for map metas and in []byte.hex()) 2022-03-11 11:26:22 +02:00
cli
clipboard docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00
compress
context
crypto
darwin
datatypes vlib: add a datatypes.fsm module (#13668) 2022-03-09 12:14:54 +02:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
gx gx: implement C1.over(C2), add gx.cyan and gx.magenta, fix + and - ops, add more tests 2022-01-29 21:40:09 +02:00
hash
io
js
jsdom
json
log
math
mssql
mysql
net
orm
os os: handle trailing backslash on windows path when quoting (#13705) 2022-03-10 01:29:37 +03:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
sync
szip
term
time
toml
v
vweb
x
.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.