1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-10-22 15:53:27 +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 builtin: add string.trim_indexes method, that can be used in string.trim, but also separately from it (#16144) 2022-10-22 12:56:05 +03:00
cli all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
clipboard
compress all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
context
crypto all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
datatypes datatypes: add quadtree, add its demo to examples/ (#16087) 2022-10-18 18:02:44 +03:00
dl
dlmalloc
encoding all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
eventbus
flag
fontstash
gg
gx
hash
io os: cleanup APIs returning !bool to either return ! or bool (#16111) 2022-10-20 13:56:06 +03:00
js
json
log log: mark log.fatal as [noreturn] (#16129) 2022-10-21 10:33:49 +03:00
maps
math all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
mssql
mysql
net v fmt: fix extra space for lock/rlock without expressions (#16103) 2022-10-19 12:18:21 +03:00
orm
os os: cleanup APIs returning !bool to either return ! or bool (#16111) 2022-10-20 13:56:06 +03:00
pg
picoev
picohttpparser
rand all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
readline all: change optional to result in most of the libraries (#16123) 2022-10-20 22:14:33 +03:00
regex
runtime
semver
sokol
sqlite
stbi
strconv
strings
sync
szip
term vrepl: add support for Home and End keys (#16116) 2022-10-20 20:07:57 +03:00
time
toml all: change index expr returning optional to result too (#16097) 2022-10-19 21:04:16 +03:00
v checker: fix taking a closure of x, where x may be coming from a non trivial parent scope, like for x in y { or x,y := multi() (fix #16141) (#16147) 2022-10-22 15:53:27 +03:00
vweb
x json2: minor cleanup in README.md (#16096) 2022-10-18 18:00:14 +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.