1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-11-03 14:04:41 +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 os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
js
json db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
log
maps
math
mssql db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
mysql all: remove unnecessary IError() casts 2022-10-28 19:08:30 +03:00
net os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
orm os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
os os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
pg db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
picoev
picohttpparser
rand
readline
regex regex: fix a bug for CC token not correctly parsed in groups (#16272) 2022-11-01 08:58:29 +02:00
runtime
semver V 0.3.2 2022-11-01 05:41:13 +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 os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
strconv
strings tests: fix some interpolation tests 2022-10-27 11:12:15 +03:00
sync
szip
term db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
time db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
toml os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
v scanner: fix new string interpolation - print('{a}{{b}}') (#16309) 2022-11-03 14:04:41 +02:00
vweb os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
x doc: fix a broken example in json2's README.md (#16293) 2022-11-02 19:29:43 +02: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.