1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-03-22 12:07:46 +02:00
..
arrays
benchmark
bitfield
builtin builtin: don't memdup element for array.pop (depends on how cgen works) (#13789) 2022-03-21 23:34:35 +02:00
cli
clipboard
compress
context
crypto
darwin
datatypes
dl
dlmalloc
encoding
eventbus
flag
fontstash
gg
gx
hash
io
js
jsdom
json
log
math
mssql
mysql
net
orm
os
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver
sokol
sqlite
stbi
strconv strconv: fix error for string interpolation of float format (#13800) 2022-03-22 12:00:18 +02:00
strings
sync
szip
term
time
toml toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
v cgen: minor cleanup in go_expr() (#13801) 2022-03-22 12:07:46 +02:00
vweb vweb: support -d trace_request and -d trace_response 2022-03-21 19:48:47 +02:00
x
.vdocignore
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.