1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2022-09-04 07:14:01 +03:00
..
arrays
benchmark
bitfield
builtin cgen: fix alias of map delete (#15644) 2022-09-03 10:41:53 +03:00
cli
clipboard
compress
context
crypto checker: check casting voidptr to generic struct (fix #15618) (#15626) 2022-09-01 09:22:37 +03:00
darwin
datatypes
dl
dlmalloc
encoding csv: minor cleanup in writer.v (#15633) 2022-09-01 21:23:18 +03:00
eventbus
flag
fontstash
gg
gx
hash
io
js
json
log log: add target_from_label and unit tests (#15538) 2022-08-26 07:09:48 +03:00
math
mssql
mysql
net smtp: add base64 encoding to the body of the emails and use utf8, to prevent format confusion (#15589) 2022-08-29 09:19:46 +03:00
orm orm: init or implementation (#14989) 2022-08-31 14:43:20 +03:00
os os: extract dir_expansions_test.v from os_test.v 2022-09-01 13:07:29 +03:00
pg
picoev
picohttpparser
rand
readline
regex
runtime
semver V 0.3.1 2022-08-31 19:24:57 +03:00
sokol
sqlite orm: init or implementation (#14989) 2022-08-31 14:43:20 +03:00
stbi
strconv
strings
sync checker: check casting voidptr to generic struct (fix #15618) (#15626) 2022-09-01 09:22:37 +03:00
szip
term
time time: use linux_utc() and linux_now() on freebsd too (more precise, and fixes time_test.v) 2022-09-01 09:54:20 +00:00
toml
v cgen: fix [packed] struct support for tcc 2022-09-04 07:14:01 +03:00
vweb vweb: document the .query field (#15572) 2022-08-28 09:55:18 +03: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.