v/vlib
Daniel Däschle efd1597d84
parser: fix dollar (closes #14292) (#14378)
2022-05-13 10:10:40 +02:00
..
arrays
benchmark
bitfield
builtin
cli
clipboard all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
gg
gx
hash
io
js
jsdom
json
log
math math.big: reduce memory usage of Integer.str() (free intermediary Integers), optimise some operations using `[direct_array_access]` (#14353) 2022-05-13 10:10:39 +02:00
mssql
mysql
net fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
orm
os
pg fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
strings Revert "strings: reduce time spent in Builder.writeln (very frequently called)" 2022-05-13 10:10:37 +02:00
sync
szip fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
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.