v/vlib
lemon e0310964d9
native: initial support for `defer` ()
2022-06-18 23:51:31 +03:00
..
arrays
benchmark
bitfield
builtin cgen: add a minor optimisation for array.push_many () 2022-06-17 09:44:13 +03:00
cli
clipboard
compress compress.gzip: support `gzip.decompress(data, verify_length: false, verify_checksum: false)?` 2022-06-12 11:25:01 +03:00
context
crypto
darwin
datatypes checker: ban unsafe pointer/fn comparison () 2022-05-20 18:30:16 +03:00
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg gg: optimise app.gg.show_fps() (cache ctx.text_size() results, round frame to int without interpolation, center text inside the background rectangle) 2022-06-12 16:07:00 +03:00
gx
hash
io fmt: remove space in front of ? and ! () 2022-05-13 06:56:21 +03:00
js
jsdom
json checker: fix json decoder with generic struct () 2022-06-06 19:25:02 +03:00
log
math
mssql
mysql orm: mysql fixes () 2022-06-16 20:19:49 +03:00
net cgen: sort const array init order (fix ) () 2022-06-13 21:09:24 +03:00
orm orm: mysql fixes () 2022-06-16 20:19:49 +03:00
os os: correct description of windows_volume function () 2022-06-09 10:56:58 +03:00
pg orm: mysql fixes () 2022-06-16 20:19:49 +03:00
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite orm: mysql fixes () 2022-06-16 20:19:49 +03:00
stbi
strconv
strings strings: add split_capital () 2022-06-07 18:43:06 +03:00
sync
szip
term term.ui: don't print event data in readme example (vlang#14719) () 2022-06-08 09:36:22 +03:00
time
toml
v native: initial support for `defer` () 2022-06-18 23:51:31 +03:00
vweb checker: add error for `if c >= A && c <= Z {` in non generic functions 2022-06-07 20:43:31 +03:00
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.