1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-10-30 14:39:45 +02:00
..
arrays
benchmark
bitfield
builtin pref,cgen: support -no-bounds-checking, instead of -d no_bounds_checking, and make it enable direct_array_access for all fns/methods. 2022-10-30 14:39:45 +02:00
cli
clipboard
compress
context
crypto all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
datatypes
dl
dlmalloc
encoding all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
eventbus
flag all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
fontstash
gg
gx
hash
io all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
js
json
log
maps
math
mssql
mysql all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
net all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
orm
os all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
sokol all: add support for enum Xyz as u64 { + tests (#16246) 2022-10-29 06:32:20 +03:00
sqlite all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
stbi
strconv
strings tests: fix some interpolation tests 2022-10-27 11:12:15 +03:00
sync
szip
term
time
toml
v pref,cgen: support -no-bounds-checking, instead of -d no_bounds_checking, and make it enable direct_array_access for all fns/methods. 2022-10-30 14:39:45 +02:00
vweb checker: fix return error with multi_return optional (#16250) 2022-10-29 06:34:45 +03:00
x all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
.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.