1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2023-07-04 16:29:11 +03:00
..
arrays
benchmark
bitfield
builtin
cli
clipboard
compress vlib/compress: correct comments in compress module (#18434) 2023-06-13 19:10:27 +03:00
context
coroutines examples: add a simple coroutine example 2023-05-29 01:35:38 +02:00
crypto
datatypes
db db.mysql: fix the support for TIMESTAMP columns (#18704) 2023-06-29 06:49:58 +03:00
dl
dlmalloc
encoding leb128: make decoding return the number of decoded bytes, in addition to the decoded value (#17912) 2023-04-09 10:32:49 +03:00
eventbus
flag flag: fix finalize with multiple shortargs (#18544) 2023-06-24 20:35:44 +03:00
fontstash checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752) 2022-09-15 07:59:31 +03:00
gg gg: make create_image() return !Image 2023-03-29 19:04:41 +02:00
gx docs: unify format of notes (#17294) 2023-02-13 10:29:02 +02:00
hash all: 2023 copyright 2023-03-28 22:55:57 +02:00
io
js
json checker: fix json decode with generic array of struct (fix #18300) (#18308) 2023-05-30 14:25:33 +02:00
log
maps
math math.big: refactor big_test.v for scalability (#18696) 2023-06-28 13:35:13 +03:00
mssql
mysql orm: allow inserting empty objects with db.sqlite (SQLite uses a slightly different SQL dialect) (#17334) 2023-02-16 11:34:16 +02:00
net
orm checker,orm: skip compile-time error msg for fields tagged with [skip] and [sql: '-'] (#18700) 2023-06-29 06:43:24 +03:00
os parser: remove hardcoded check for function calls for C.stat, C.sigaction, etc (#18535) 2023-06-24 08:03:12 +03:00
pg orm: allow inserting empty objects with db.sqlite (SQLite uses a slightly different SQL dialect) (#17334) 2023-02-16 11:34:16 +02:00
picoev
picohttpparser
rand
readline readline: README.md change '?' to '!' (#17868) 2023-04-04 02:51:30 +03:00
regex
runtime
semver V 0.4 2023-07-01 13:50:33 +03:00
sokol
sqlite
stbi stbi: allow customisation of number of channels in stbi.load (#18491) 2023-06-22 16:47:52 +03:00
strconv scanner: fix indent error for line comment generated by vdoc (#18422) 2023-06-13 08:50:02 +03:00
strings strings: simplify Builder.drain_builder; add test (#17846) 2023-04-02 00:03:00 +03:00
sync
szip
term
time
toml
v
vweb
wasm
x json2: small refactor (#16913) 2023-06-27 20:07:44 +03:00
.vdocignore
README.md docs: add more documentation to each of the modules in vlib (#13043) 2022-01-07 13:28:50 +02:00

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.