1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-11-06 08:22:28 +03:00
..
arrays all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
benchmark
bitfield
builtin checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +03:00
cli all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
clipboard fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
compress all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
context ci: fix go->spawn in the examples in vlib/context/README.md too 2022-11-05 14:02:24 +02:00
crypto checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +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 vfmt: implement support for // vfmt off and // vfmt on, with it, v fmt -w . now works. (#16335) 2022-11-05 09:08:01 +03:00
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 fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
maps
math all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
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 fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
orm os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +02:00
os checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +03:00
pg db, json, time, term: change optional to result (#16201) 2022-10-26 11:26:28 +03:00
picoev fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
picohttpparser
rand checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +03:00
readline all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
regex checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +03: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 fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
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 checker: check int overflow for const vars (#16332) 2022-11-06 08:22:28 +03:00
vweb fmt: replace go with spawn 2022-11-05 10:46:40 +03: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.