1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib
2023-01-09 09:36:45 +03:00
..
arrays
benchmark
bitfield
builtin all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
cli checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872) 2023-01-05 15:41:18 +02:00
clipboard
compress
context
crypto bcrypt: fix issue #16769 security problem in compare_hash_and_password (#16815) 2022-12-31 17:18:43 +02:00
datatypes
dl
dlmalloc ci: fix warnings in v -cc gcc -keepc -freestanding -o bel vlib/os/bare/bare_example_linux.v 2023-01-06 14:55:01 +02:00
encoding
eventbus
flag
fontstash
gg checker: require unsafe for Struct(voidptr) casts 2023-01-06 09:28:11 +03:00
gx
hash
io io: fix typos (fix #16839) (#16840) 2023-01-02 20:20:52 +02:00
js
json all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
log
maps
math
mssql
mysql checker: require unsafe for Struct(voidptr) casts 2023-01-06 09:28:11 +03:00
net websocket: simplify and better handle handshake (#16829) 2023-01-01 09:04:09 +02:00
orm
os checker: require unsafe for Struct(voidptr) casts 2023-01-06 09:28:11 +03:00
pg
picoev
picohttpparser
rand
readline
regex checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872) 2023-01-05 15:41:18 +02:00
runtime
semver
sokol
sqlite
stbi
strconv all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
strings
sync sync.pool: fix pointer cast warning (#16902) 2023-01-08 12:34:46 +02:00
szip
term
time time: do not panic for time.parse("2020-02-02 20.02.20")!, just return an error instead (fix #16779) 2022-12-27 13:01:01 +02:00
toml all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
v all: change optional to option (#16914) 2023-01-09 09:36:45 +03:00
vweb vweb: add the v new <name> web command for starting new projects to the README.md (#16904) 2023-01-08 18:33:17 +02:00
x all: change optional to option (#16914) 2023-01-09 09:36:45 +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.